Skip to content

Commit 3b35f2d

Browse files
committed
trivial: post release version bump
1 parent 72708db commit 3b35f2d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.4)
11+
project(packagekit-qt VERSION 1.1.5)
1212

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

RELEASE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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.3.. | grep -i -v trivial | grep -v Merge > NEWS.new
5+
git shortlog v1.1.4.. | grep -i -v trivial | grep -v Merge > NEWS.new
66

77
--------------------------------------------------------------------------------
8-
Version 1.1.4
8+
Version 1.1.5
99
~~~~~~~~~~~~~
1010
Released: 2025-xx-xx
1111

@@ -22,12 +22,12 @@ Miscellaneous:
2222

2323
3. Commit changes in PackageKit-Qt git:
2424

25-
git commit -a -m "Release version 1.1.4"
26-
git tag -s -f -m "Release 1.1.4" v1.1.4
25+
git commit -a -m "Release version 1.1.5"
26+
git tag -s -f -m "Release 1.1.5" v1.1.5
2727
<gpg password>
2828
git push --tags && git push
2929

30-
4. run './release.sh --version=1.1.4 --git-tag=v1.1.4 --sign'
30+
4. run './release.sh --version=1.1.5 --git-tag=v1.1.5 --sign'
3131

3232
5. Upload tarball to:
3333

@@ -43,7 +43,7 @@ git push
4343
8. Send an email to [email protected]
4444

4545
=================================================
46-
PackageKit-Qt 1.1.4 released!
46+
PackageKit-Qt 1.1.5 released!
4747

4848
Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
4949

0 commit comments

Comments
 (0)