diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-06-04 15:09:11 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-06-04 15:09:11 +0000 |
commit | f4b7c3329c5a5d8acf22cee3de6f70dfab4fa79c (patch) | |
tree | f338a9c71cecd2cb501f0f7684cafe2af02c04a0 /configure.ac | |
parent | b5f9f0ab0ee2b084eccfc59c9f3a8789f3dc5288 (diff) | |
download | glade-f4b7c3329c5a5d8acf22cee3de6f70dfab4fa79c.tar.gz |
Rolling 3.3.0GLADE_3_3_0
* configure.ac, NEWS: Rolling 3.3.0
svn path=/trunk/; revision=1333
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f04e4f28..2bfca073 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AM_PROG_LIBTOOL # 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=0 -GLADE_CURRENT=5 +GLADE_CURRENT=6 GLADE_AGE=0 AC_SUBST(GLADE_REVISION) AC_SUBST(GLADE_CURRENT) |