File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.2.1
41
+ PROJECT_NUMBER = 1.2.2
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " QtPass"
5
- #define MyAppVersion " 1.2.1 "
5
+ #define MyAppVersion " 1.2.2 "
6
6
#define MyAppPublisher " IJhack"
7
7
#define MyAppURL " https://qtpass.org/"
8
8
#define MyAppExeName " qtpass.exe"
Original file line number Diff line number Diff line change 1
- VERSION = 1.2.1
1
+ VERSION = 1.2.2
2
2
3
3
CONFIG (coverage) {
4
4
QMAKE_LFLAGS += --coverage
Original file line number Diff line number Diff line change 7
7
# This should probably be part of a release process.
8
8
9
9
Name: qtpass
10
- Version: 1.2.1
10
+ Version: 1.2.2
11
11
Release: 2%{?dist }
12
12
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
13
13
License: GPLv3
You can’t perform that action at this time.
0 commit comments