summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pro5
2 files changed, 3 insertions, 4 deletions
diff --git a/qtpass.iss b/qtpass.iss
index dc3357d9..6dbc6212 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "QtPass"
-#define MyAppVersion "1.0.2"
+#define MyAppVersion "1.0.3"
#define MyAppPublisher "IJhack"
#define MyAppURL "http://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pro b/qtpass.pro
index 6dc2e09c..6377f2f1 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,6 +7,8 @@
#
#-------------------------------------------------
+VERSION = 1.0.3
+TEMPLATE = app
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -18,9 +20,6 @@ macx {
TARGET = qtpass
}
-TEMPLATE = app
-VERSION = 1.0.2
-
SOURCES += main.cpp\
mainwindow.cpp \
dialog.cpp \