[Galago-commits] r2316 - trunk/libnotify-ng

galago-commits at freedesktop.org galago-commits at freedesktop.org
Tue Nov 15 10:43:15 PST 2005


Author: johnp
Date: 2005-11-15 10:43:13 -0800 (Tue, 15 Nov 2005)
New Revision: 2316

Modified:
   trunk/libnotify-ng/AUTHORS
   trunk/libnotify-ng/configure.ac
Log:
Bump version to not conflict with the older libnotify packages

Modified: trunk/libnotify-ng/AUTHORS
===================================================================
--- trunk/libnotify-ng/AUTHORS	2005-11-15 18:26:22 UTC (rev 2315)
+++ trunk/libnotify-ng/AUTHORS	2005-11-15 18:43:13 UTC (rev 2316)
@@ -1,2 +1,3 @@
 Christian Hammond <chipx86 at chipx86.com>
 Mike Hearn <mike at navi.cx>
+John (J5) Palmieri <johnp at redhat.com>

Modified: trunk/libnotify-ng/configure.ac
===================================================================
--- trunk/libnotify-ng/configure.ac	2005-11-15 18:26:22 UTC (rev 2315)
+++ trunk/libnotify-ng/configure.ac	2005-11-15 18:43:13 UTC (rev 2316)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(libnotify, 0.0.2, chipx86 at gnupdate.org)
+AC_INIT(libnotify, 0.3.0, chipx86 at gnupdate.org)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2004 Christian Hammond])
@@ -13,8 +13,8 @@
 dnl # Version information
 dnl ################################################################
 LIBGALAGO_MAJOR_VERSION=0
-LIBGALAGO_MINOR_VERSION=0
-LIBGALAGO_MICRO_VERSION=2
+LIBGALAGO_MINOR_VERSION=3
+LIBGALAGO_MICRO_VERSION=0
 LIBGALAGO_DEVEL_VERSION=0
 
 LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION



More information about the galago-commits mailing list