summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtpass.iss b/qtpass.iss
index c5483e4c..15249b68 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 "0.9.2"
+#define MyAppVersion "1.0.0"
#define MyAppPublisher "IJhack"
#define MyAppURL "http://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pro b/qtpass.pro
index ea11abb5..67be65b2 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -18,7 +18,7 @@ macx {
}
TEMPLATE = app
-VERSION = 0.9.2
+VERSION = 1.0.0
SOURCES += main.cpp\
mainwindow.cpp \