summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:48:44 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:48:44 -0400
commit4ede5fbb6b51c0ebfe375a0dcb77dd3300b3db9e (patch)
treef55f16bde317b67480ea17523de37f2bfba33815
parent6471bfe9f4970db2466c9d736dbd51073ea54634 (diff)
downloadlibnotify-4ede5fbb6b51c0ebfe375a0dcb77dd3300b3db9e.tar.gz
Use 0.5.0 version series
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 79d3176..fb55b92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,18 +3,16 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(libnotify, 0.4.5, chipx86@chipx86.com)
+AC_INIT([libnotify],[0.5.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
-AC_COPYRIGHT([Copyright 2004-2008 Christian Hammond])
-
dnl ################################################################
dnl # Version information
dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0
-LIBNOTIFY_MINOR_VERSION=4
-LIBNOTIFY_MICRO_VERSION=5
+LIBNOTIFY_MINOR_VERSION=5
+LIBNOTIFY_MICRO_VERSION=0
LIBNOTIFY_DEVEL_VERSION=0
LIBNOTIFY_VERSION=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION