trivial: post release version bump

This commit is contained in:
Richard Hughes 2009-05-05 16:18:58 +01:00
parent 56c696a782
commit 2110267838
2 changed files with 6 additions and 6 deletions

10
RELEASE
View File

@ -2,7 +2,7 @@ PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
git shortlog PACKAGEKIT_0_4_6.. | grep -v trivial | grep -v Merge > NEWS.new
git shortlog PACKAGEKIT_0_4_7.. | grep -v trivial | grep -v Merge > NEWS.new
2. Add download date to docs/html/pk-download.html, save file.
@ -10,8 +10,8 @@ git shortlog PACKAGEKIT_0_4_6.. | grep -v trivial | grep -v Merge > NEWS.new
4. Commit changes in PackageKit git:
git commit -a -m "Release version 0.4.7"
git tag -a -f -m "Release 0.4.7" PACKAGEKIT_0_4_7
git commit -a -m "Release version 0.4.8"
git tag -a -f -m "Release 0.4.8" PACKAGEKIT_0_4_8
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
@ -35,9 +35,9 @@ git push
10. Send an email to packagekit@lists.freedesktop.org
=================================================
Subject: PackageKit 0.4.7 released!
Subject: PackageKit 0.4.8 released!
Today I released PackageKit 0.4.7.
Today I released PackageKit 0.4.8.
PackageKit release notes: http://cgit.freedesktop.org/packagekit/tree/NEWS

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.52)
AC_INIT(PackageKit, 0.4.7)
AC_INIT(PackageKit, 0.4.8)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)