summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-01-04 13:24:16 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2018-01-04 13:24:16 +0100
commit08a4da3fcafcf2b2ed6a16d35de26cd692b43a77 (patch)
tree12b5b46d2866b228a11abb5245788b1f068f08a0
parent1bbd1fc9e0ee53a7711be6b5a1608d1aa7ec161e (diff)
1.2.1
-rw-r--r--Doxyfile2
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pri2
-rw-r--r--qtpass.spec2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index c06fd837..dd264156 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.2.0
+PROJECT_NUMBER = 1.2.1
# 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 ecb567f7..14a4b23b 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.2.0"
+#define MyAppVersion "1.2.1"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pri b/qtpass.pri
index 10dd67ae..6fed86ab 100644
--- a/qtpass.pri
+++ b/qtpass.pri
@@ -1,4 +1,4 @@
-VERSION = 1.2.0
+VERSION = 1.2.1
CONFIG(coverage) {
QMAKE_LFLAGS += --coverage
diff --git a/qtpass.spec b/qtpass.spec
index d0f37309..37564cec 100644
--- a/qtpass.spec
+++ b/qtpass.spec
@@ -7,7 +7,7 @@
# This should probably be part of a release process.
Name: qtpass
-Version: 1.2.0
+Version: 1.2.1
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3