trivial: post release version bump

This commit is contained in:
Richard Hughes 2010-01-08 10:51:51 +00:00
parent 8cbaa7f70b
commit 7222042da3
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ DeviceKit-power Release Notes
1. Write NEWS entries for DeviceKit-power in the same format as usual.
git shortlog DeviceKit-power-013.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog DeviceKit-power-014.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0xx
~~~~~~~~~~~
@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes in DeviceKit-power git:
git commit -a -m "Released DeviceKit-power 014"
git tag -a -f -m "Released DeviceKit-power 014" DeviceKit-power-014
git commit -a -m "Released DeviceKit-power 015"
git tag -a -f -m "Released DeviceKit-power 015" DeviceKit-power-015
git push --tags
git push

View file

@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
AC_INIT(DeviceKit-power, 013, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
AM_INIT_AUTOMAKE(DeviceKit-power, 014)
AC_INIT(DeviceKit-power, 015, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
AM_INIT_AUTOMAKE(DeviceKit-power, 015)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE