Bump version and .so number
This commit is contained in:
parent
d82ad1b225
commit
5b1a862c59
12
configure.ac
12
configure.ac
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
dnl # Initialize autoconf
|
dnl # Initialize autoconf
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
AC_INIT([libnotify],[0.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
|
AC_INIT([libnotify],[0.7.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_CONFIG_SRCDIR(config.h.in)
|
AC_CONFIG_SRCDIR(config.h.in)
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ dnl ################################################################
|
||||||
dnl # Version information
|
dnl # Version information
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
LIBNOTIFY_MAJOR_VERSION=0
|
LIBNOTIFY_MAJOR_VERSION=0
|
||||||
LIBNOTIFY_MINOR_VERSION=6
|
LIBNOTIFY_MINOR_VERSION=7
|
||||||
LIBNOTIFY_MICRO_VERSION=1
|
LIBNOTIFY_MICRO_VERSION=0
|
||||||
LIBNOTIFY_DEVEL_VERSION=0
|
LIBNOTIFY_DEVEL_VERSION=0
|
||||||
|
|
||||||
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)
|
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)
|
||||||
|
@ -47,9 +47,9 @@ dnl # ? : +1 : ? == internal changes that doesn't break anything.
|
||||||
dnl #
|
dnl #
|
||||||
dnl # CURRENT : REVISION : AGE
|
dnl # CURRENT : REVISION : AGE
|
||||||
dnl #
|
dnl #
|
||||||
LT_CURRENT=3
|
LT_CURRENT=4
|
||||||
LT_REVISION=3
|
LT_REVISION=0
|
||||||
LT_AGE=2
|
LT_AGE=0
|
||||||
|
|
||||||
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION
|
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue