summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2007-12-27 20:03:42 +0000
committerCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2007-12-27 20:03:42 +0000
commitf912f0a3b81b05ad15408f3a8b28e51ea753c602 (patch)
treeeb82b7a447c899aacdf4f5ade3f58d73fee97ac0 /configure.in
parent171446de32ce6ad07a2215e32b09490f9903f909 (diff)
Commiting 0.15.0 release changes
svn path=/trunk/; revision=657
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 33d3985..e36ae89 100644
--- a/configure.in
+++ b/configure.in
@@ -13,21 +13,21 @@ AC_CONFIG_MACRO_DIR([m4])
dnl libtool versioning from libgnome
GNOME_MAG_MAJOR_VERSION=0
-GNOME_MAG_MINOR_VERSION=14
+GNOME_MAG_MINOR_VERSION=15
GNOME_MAG_INTERFACE_AGE=10
dnl below should change if the interface has additions, changes, removals.
GNOME_MAG_CURRENT=`expr $GNOME_MAG_MINOR_VERSION - $GNOME_MAG_INTERFACE_AGE`
dnl increment any time the source you release changes; set to
dnl 0 if you increment CURRENT
-GNOME_MAG_REVISION=11
+GNOME_MAG_REVISION=0
GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removals has
dnl precedence over adding, so set to 0 if both happened.
-GNOME_MAG_AGE=2
+GNOME_MAG_AGE=3
AC_SUBST(GNOME_MAG_CURRENT)
AC_SUBST(GNOME_MAG_REVISION)