Bump version

This commit is contained in:
Matthias Clasen 2011-03-21 19:43:52 -04:00
parent 00203dda48
commit ae361b0d96
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT([libnotify],[0.7.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
AC_INIT([libnotify],[0.7.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
@ -14,7 +14,7 @@ dnl # Version information
dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0
LIBNOTIFY_MINOR_VERSION=7
LIBNOTIFY_MICRO_VERSION=2
LIBNOTIFY_MICRO_VERSION=3
LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)