[gnome-power-manager] Bump release now we've branched for 2-28



commit 43e4fb7ab6b4131cb9a002fd2afee817486615a4
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 21 13:27:48 2009 +0100

    Bump release now we've branched for 2-28

 RELEASE      |    6 +++---
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 73a90ae..bee6cdd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,12 +1,12 @@
 Follow http://developer.gnome.org/dotplan/for_maintainers.html
 
 â?¢ update configure.in, NEWS
-â?¢ git shortlog GNOME_POWER_MANAGER_2_27_92.. | grep -i -v trivial | grep -v Merge > NEWS.new
+â?¢ git shortlog GNOME_POWER_MANAGER_2_29_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
 â?¢ Run "make distcheck", correct any problems encountered
 â?¢ Commit all the changes and create a tag:
 
-git commit -a -m "GNOME Power Manager 2.27.93"
-git tag -s GNOME_POWER_MANAGER_2_27_93 -m "==== Version 2.27.93 ===="
+git commit -a -m "GNOME Power Manager 2.29.1"
+git tag -s GNOME_POWER_MANAGER_2_29_1 -m "==== Version 2.29.1 ===="
 git push --tags
 git push
 
diff --git a/configure.ac b/configure.ac
index ef40c6b..d7d73c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 
-AC_INIT(gnome-power-manager, 2.27.93)
+AC_INIT(gnome-power-manager, 2.29.1)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_INIT_AUTOMAKE([foreign])
@@ -231,7 +231,7 @@ dnl ---------------------------------------------------------------------------
 dnl - HAL support
 dnl ---------------------------------------------------------------------------
 AC_ARG_ENABLE(hal, AS_HELP_STRING([--enable-hal],[Build using HAL support]),
-	      enable_hal=$enableval,enable_hal=yes)
+	      enable_hal=$enableval,enable_hal=no)
 if test x$enable_hal = xyes; then
 	AC_DEFINE(HAVE_HAL, 1, [Define if we have HAL support])
 	PKG_CHECK_MODULES(HAL, hal >= 0.5.8)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]