diff options
author | Richard Hughes <richard@hughsie.com> | 2009-03-30 12:13:09 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-03-30 12:13:09 +0100 |
commit | c41303557ef0313a0aaf2caa9f0d7cfd9d5797b1 (patch) | |
tree | 9e607bf160769a5f6fc5bc5da075f6f647973a60 /configure.ac | |
parent | 0620316957798514e7f306bbf82df9709f12ca4d (diff) | |
download | upower-c41303557ef0313a0aaf2caa9f0d7cfd9d5797b1.tar.gz |
trivial: post release version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b8d43d5..b787f64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(DeviceKit-power, 007, http://lists.freedesktop.org/mailman/listinfo/devkit-devel) -AM_INIT_AUTOMAKE(DeviceKit-power, 007) +AC_INIT(DeviceKit-power, 008, http://lists.freedesktop.org/mailman/listinfo/devkit-devel) +AM_INIT_AUTOMAKE(DeviceKit-power, 008) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |