summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-01 22:58:55 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-01 22:58:55 +0200
commitaaceaf50bd12a1748f6f28f6c377a543f04d12ab (patch)
tree2c695a3696d621c71de9f19b41ce457767da3a6d
parentf13f8a2169577c5f0e7cc8c63a9a6e3d82a6e9d0 (diff)
version 1.0
-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 \