Skip to content

Commit c888e1c

Browse files
committed
trivial: post release version bump
1 parent 87d6885 commit c888e1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CMakeLists.txt

+1-1
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.2)
11+
project(packagekit-qt VERSION 1.1.3)
1212

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

RELEASE

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
5+
git shortlog v1.1.2.. | grep -i -v trivial | grep -v Merge > NEWS.new
66

77
--------------------------------------------------------------------------------
8-
Version 1.1.2
8+
Version 1.1.3
99
~~~~~~~~~~~~~
10-
Released: 2023-xx-xx
10+
Released: 2024-xx-xx
1111

1212
Notes:
1313

@@ -20,12 +20,12 @@ Bugfixes:
2020

2121
3. Commit changes in PackageKit-Qt git:
2222

23-
git commit -a -m "Release version 1.1.2"
24-
git tag -s -f -m "Release 1.1.2" v1.1.2
23+
git commit -a -m "Release version 1.1.3"
24+
git tag -s -f -m "Release 1.1.3" v1.1.3
2525
<gpg password>
2626
git push --tags && git push
2727

28-
4. run './release.sh --version=1.1.2 --git-tag=v1.1.2 --sign'
28+
4. run './release.sh --version=1.1.3 --git-tag=v1.1.3 --sign'
2929

3030
5. Upload tarball to:
3131

@@ -41,7 +41,7 @@ git push
4141
8. Send an email to [email protected]
4242

4343
=================================================
44-
PackageKit-Qt 1.1.2 released!
44+
PackageKit-Qt 1.1.3 released!
4545

4646
Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
4747

0 commit comments

Comments
 (0)