summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-06-04 11:43:53 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-06-04 11:43:53 +0200
commitdecb470f9beae6f56ea01c8f497a91b33c4fee8e (patch)
tree8a7fcc4fb8f0485f7389d93ed59ebe6567e08250
parent1f5f55363622cd68aa2a4ddfecf0ff8598b852d1 (diff)
Version bumpv1.2.3
-rw-r--r--CHANGELOG.md5
-rw-r--r--Doxyfile2
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pri2
-rw-r--r--qtpass.spec2
5 files changed, 6 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a70a3c15..18bed341 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,7 @@
# Change Log
-## [Unreleased](https://github.com/IJHack/QtPass/tree/HEAD)
-
-[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.2...HEAD)
+## [v1.2.3](https://github.com/IJHack/QtPass/tree/v1.2.3) (2018-05-26)
+[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.2...v1.2.3)
**Closed issues:**
diff --git a/Doxyfile b/Doxyfile
index e5d00564..d5bda386 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.2
+PROJECT_NUMBER = 1.2.3
# 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 98c27124..6c441d68 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.2"
+#define MyAppVersion "1.2.3"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pri b/qtpass.pri
index df4fcf0c..6cb84623 100644
--- a/qtpass.pri
+++ b/qtpass.pri
@@ -1,4 +1,4 @@
-VERSION = 1.2.2
+VERSION = 1.2.3
CONFIG(coverage) {
QMAKE_LFLAGS += --coverage
diff --git a/qtpass.spec b/qtpass.spec
index 8fe61619..bfa8e3cc 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.2
+Version: 1.2.3
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3