trivial: post release version bump

This commit is contained in:
Richard Hughes 2009-02-10 09:48:28 +00:00
parent e46f14dd42
commit 9cc0451f8d
2 changed files with 4 additions and 4 deletions

View file

@ -2,12 +2,12 @@ DeviceKit-power Release Notes
1. Write NEWS entries for DeviceKit-power in the same format as usual.
git shortlog DeviceKit-power-005.. | grep -v trivial | grep -v Merge > NEWS.new
git shortlog DeviceKit-power-006.. | grep -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
git commit -a -m "Released DeviceKit-power 006"
git tag -a -f -m "Released DeviceKit-power 006" DeviceKit-power-006
git commit -a -m "Released DeviceKit-power 007"
git tag -a -f -m "Released DeviceKit-power 007" DeviceKit-power-007
git push --tags
git push

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
AC_INIT(DeviceKit-power, 003, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
AM_INIT_AUTOMAKE(DeviceKit-power, 006)
AM_INIT_AUTOMAKE(DeviceKit-power, 007)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE