summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-10-15 15:25:30 +0100
committerRichard Hughes <richard@hughsie.com>2009-10-15 15:25:30 +0100
commit2579fda3fec15aec8ee1896ad75247295b84d63e (patch)
tree99bf4b0eeeb118d351485fbb4492a4794b9b1cb6 /configure.ac
parentb00791b9bf30bf1089d20062f730e59895096fe8 (diff)
downloadupower-2579fda3fec15aec8ee1896ad75247295b84d63e.tar.gz
trivial: bump the version in AC_INIT too
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6fbb02b..f6fd50f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT(DeviceKit-power, 011, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
+AC_INIT(DeviceKit-power, 012, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
AM_INIT_AUTOMAKE(DeviceKit-power, 012)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE