diff --git a/RELEASE b/RELEASE index 85743bb..3744c7e 100644 --- a/RELEASE +++ b/RELEASE @@ -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-003.. | grep -v trivial | grep -v Merge > NEWS.new +git-shortlog DeviceKit-power-004.. | grep -v trivial | grep -v Merge > NEWS.new 2. Commit changes in DeviceKit-power git: -git commit -a -m "Released DeviceKit-power 004" -git tag -a -f -m "Released DeviceKit-power 004" DeviceKit-power-004 +git commit -a -m "Released DeviceKit-power 005" +git tag -a -f -m "Released DeviceKit-power 005" DeviceKit-power-005 git push --tags git push diff --git a/configure.ac b/configure.ac index 727965d..b91c529 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 004) +AM_INIT_AUTOMAKE(DeviceKit-power, 005) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE