Skip to content

Commit 2d3417e

Browse files
committed
Updated version number
1 parent 8658240 commit 2d3417e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.1
41+
PROJECT_NUMBER = 1.2.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

qtpass.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "QtPass"
5-
#define MyAppVersion "1.2.1"
5+
#define MyAppVersion "1.2.2"
66
#define MyAppPublisher "IJhack"
77
#define MyAppURL "https://qtpass.org/"
88
#define MyAppExeName "qtpass.exe"

qtpass.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.2.1
1+
VERSION = 1.2.2
22

33
CONFIG(coverage) {
44
QMAKE_LFLAGS += --coverage

qtpass.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This should probably be part of a release process.
88

99
Name: qtpass
10-
Version: 1.2.1
10+
Version: 1.2.2
1111
Release: 2%{?dist}
1212
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
1313
License: GPLv3

0 commit comments

Comments
 (0)