summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-07 01:53:15 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-07 01:53:15 +0100
commit013740ec64ac71cbda44d8b6d59b689d6931900d (patch)
tree9a9bfc0d9a4e3663edef372afe67d955408806da
parentceb126a3931faa19ed8b553b7a2504dfd7209448 (diff)
Something about pre-versioning
-rw-r--r--Doxyfile2
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pro2
-rw-r--r--qtpass.spec2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 71394454..0a75d9e3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.1.6
+PROJECT_NUMBER = 1.2.0-pre
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/qtpass.iss b/qtpass.iss
index 8ebf83e9..c2abca02 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.1.6"
+#define MyAppVersion "1.2.0-pre"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pro b/qtpass.pro
index 6ca0af61..f3504534 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,7 +7,7 @@
# #
#---------------------------------------------------------#
-VERSION = 1.1.6
+VERSION = 1.2.0-pre
TEMPLATE = app
QT += core gui
diff --git a/qtpass.spec b/qtpass.spec
index c4282c85..bff8a9b3 100644
--- a/qtpass.spec
+++ b/qtpass.spec
@@ -7,7 +7,7 @@
# This should probably be part of a release process.
Name: qtpass
-Version: 1.1.6
+Version: 1.2.0-pre
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3