From 89762b48305620327a81c1c3d053850a21cf705f Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 16 Oct 2015 21:41:18 +0200 Subject: [PATCH] updated version --- passwordmanager.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passwordmanager.pro b/passwordmanager.pro index d32d62f..0e6d500 100644 --- a/passwordmanager.pro +++ b/passwordmanager.pro @@ -3,7 +3,7 @@ appname = "Password Manager" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "A simple password manager." -VERSION = 2.0.7 +VERSION = 2.0.8 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {