trivial: post release version bump

This commit is contained in:
Richard Hughes 2011-01-07 11:50:14 +00:00
parent 444a372e5a
commit 6343de2dd6
2 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@ UPower Release Notes
1. Write NEWS entries for UPower in the same format as usual.
git shortlog UPOWER_0_9_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog UPOWER_0_9_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.9.8
Version 0.9.9
~~~~~~~~~~~~~
Released: 2011-xx-xx
@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
git commit -a -m "Released UPower 0.9.8"
git tag -s -f -m "Released UPower 0.9.8" UPOWER_0_9_8
git commit -a -m "Released UPower 0.9.9"
git tag -s -f -m "Released UPower 0.9.9" UPOWER_0_9_9
<wait>
git push --tags
git push

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
m4_define([up_major_version], [0])
m4_define([up_minor_version], [9])
m4_define([up_micro_version], [8])
m4_define([up_micro_version], [9])
m4_define([up_version],
[up_major_version.up_minor_version.up_micro_version])
@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE([enable])
GOBJECT_INTROSPECTION_CHECK([0.9.8])
GOBJECT_INTROSPECTION_CHECK([0.9.9])
# enable nice build output on automake1.11
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])