From 941757b593e8ab6d8f184404c918bb1fa70021c8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 15 Nov 2005 18:43:13 +0000 Subject: [PATCH] Bump version to not conflict with the older libnotify packages --- AUTHORS | 1 + configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index d1999d8..5f37798 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ Christian Hammond Mike Hearn +John (J5) Palmieri diff --git a/configure.ac b/configure.ac index 56bcb0e..62d2142 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT(libnotify, 0.0.2, chipx86@gnupdate.org) +AC_INIT(libnotify, 0.3.0, chipx86@gnupdate.org) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(config.h.in) AC_COPYRIGHT([Copyright 2004 Christian Hammond]) @@ -13,8 +13,8 @@ dnl ################################################################ 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