summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-02-13 22:37:18 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-02-13 22:37:18 +0000
commitb024946da46bc6d8b85845ddf2713632a3787a62 (patch)
treea4265c9ecb52140b6b37022edd73641bf7722f41 /configure.ac
parent6bafa1216cc781ffb92c8e028877a5da7d83899e (diff)
downloadglade-b024946da46bc6d8b85845ddf2713632a3787a62.tar.gz
rolling 3.1.5GLADE_3_1_5
svn path=/trunk/; revision=1102
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 72b2cd14..86848290 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([glade3], [3.1.4],
+AC_INIT([glade3], [3.1.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glade3])
AC_CONFIG_HEADERS([config.h])
@@ -34,8 +34,8 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
-GLADE_REVISION=3
-GLADE_CURRENT=4
+GLADE_REVISION=0
+GLADE_CURRENT=5
GLADE_AGE=0
AC_SUBST(GLADE_REVISION)
AC_SUBST(GLADE_CURRENT)