mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 09:58:06 +02:00
trivial: post release version bump
This commit is contained in:
parent
706bf8fc28
commit
408fad75f9
2 changed files with 5 additions and 5 deletions
6
RELEASE
6
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-007.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
||||
git shortlog DeviceKit-power-008.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
||||
|
||||
2. Commit changes in DeviceKit-power git:
|
||||
|
||||
git commit -a -m "Released DeviceKit-power 008"
|
||||
git tag -a -f -m "Released DeviceKit-power 008" DeviceKit-power-008
|
||||
git commit -a -m "Released DeviceKit-power 009"
|
||||
git tag -a -f -m "Released DeviceKit-power 009" DeviceKit-power-009
|
||||
git push --tags
|
||||
git push
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59c)
|
||||
AC_INIT(DeviceKit-power, 008, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
|
||||
AM_INIT_AUTOMAKE(DeviceKit-power, 008)
|
||||
AC_INIT(DeviceKit-power, 009, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
|
||||
AM_INIT_AUTOMAKE(DeviceKit-power, 009)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue