Skip to content

Commit ad85e46

Browse files
committed
trivial: post release version bump
1 parent ed9142e commit ad85e46

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (POLICY CMP0063)
88
cmake_policy(SET CMP0063 NEW)
99
endif()
1010

11-
project(packagekit-qt VERSION 1.1.3)
11+
project(packagekit-qt VERSION 1.1.4)
1212

1313
# Used to set installation paths
1414
set(CMAKE_AUTOMOC ON)

RELEASE

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,32 @@ PackageKit-Qt Release Notes
22

33
1. Write NEWS entries for PackageKit-Qt in the same format as usual.
44

5-
git shortlog v1.1.2.. | grep -i -v trivial | grep -v Merge > NEWS.new
5+
git shortlog v1.1.3.. | grep -i -v trivial | grep -v Merge > NEWS.new
66

77
--------------------------------------------------------------------------------
8-
Version 1.1.3
8+
Version 1.1.4
99
~~~~~~~~~~~~~
10-
Released: 2024-xx-xx
10+
Released: 2025-xx-xx
1111

1212
Notes:
1313

1414
Features:
1515

1616
Bugfixes:
17+
18+
Miscellaneous:
1719
--------------------------------------------------------------------------------
1820

1921
2. Update library version if new ABI or API in CMakeLists.txt
2022

2123
3. Commit changes in PackageKit-Qt git:
2224

23-
git commit -a -m "Release version 1.1.3"
24-
git tag -s -f -m "Release 1.1.3" v1.1.3
25+
git commit -a -m "Release version 1.1.4"
26+
git tag -s -f -m "Release 1.1.4" v1.1.4
2527
<gpg password>
2628
git push --tags && git push
2729

28-
4. run './release.sh --version=1.1.3 --git-tag=v1.1.3 --sign'
30+
4. run './release.sh --version=1.1.4 --git-tag=v1.1.4 --sign'
2931

3032
5. Upload tarball to:
3133

@@ -41,7 +43,7 @@ git push
4143
8. Send an email to [email protected]
4244

4345
=================================================
44-
PackageKit-Qt 1.1.3 released!
46+
PackageKit-Qt 1.1.4 released!
4547

4648
Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
4749

0 commit comments

Comments
 (0)