summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-08-12 13:32:16 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2019-08-12 13:32:16 +0200
commita242db277cd638f0ea0a57a4efdd39638ad5172f (patch)
treeca90764d5ce3e157a1a3e012165093201916ad58
parent508266b7076a47f217b4050d73ccbf21a392b89c (diff)
version number
-rw-r--r--Doxyfile2
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.plist4
-rw-r--r--qtpass.pri2
-rw-r--r--qtpass.spec2
5 files changed, 6 insertions, 6 deletions
diff --git a/Doxyfile b/Doxyfile
index a3997a73..4930a777 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.3
+PROJECT_NUMBER = 1.3.0
# 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 fe339d23..0e6ded5e 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.3"
+#define MyAppVersion "1.3.0"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.plist b/qtpass.plist
index 9fc85d76..ae922851 100644
--- a/qtpass.plist
+++ b/qtpass.plist
@@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.2.3</string>
+ <string>1.3.0</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>NOTE</key>
<string>QtPass is a multi-platform GUI for pass</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2014-2018 IJhack
+ <string>Copyright © 2014-2019 IJhack
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
diff --git a/qtpass.pri b/qtpass.pri
index c76407ba..042121a1 100644
--- a/qtpass.pri
+++ b/qtpass.pri
@@ -1,4 +1,4 @@
-VERSION = 1.2.3
+VERSION = 1.3.0
CONFIG(coverage) {
QMAKE_LFLAGS += --coverage
diff --git a/qtpass.spec b/qtpass.spec
index bfa8e3cc..728b000f 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.3
+Version: 1.3.0
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3