[vte] Release 0.23.5



commit e8594f159ef206bbd357db6bf28f659eccfefc9a
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed Jan 13 20:32:09 2010 -0500

    Release 0.23.5

 NEWS         |    4 ++++
 configure.in |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ffc77b1..5cf1f24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.23.5
+=======
+- Fix unintented soversion bump
+
 0.23.4
 =======
 - Add public API vte_terminal_write_contents()
diff --git a/configure.in b/configure.in
index 5b6fef6..482f949 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[23])
-m4_define([vte_version_micro],[4])
+m4_define([vte_version_micro],[5])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ([2.59])
@@ -22,13 +22,13 @@ AM_MAINTAINER_MODE([enable])
 # Libtool shared library versioning stuffs.
 # REVISION gets incremented whenever the source code changes without adding
 # an API or ABI change.
-LTVERSION_REVISION=0
+LTVERSION_REVISION=1
 # CURRENT must be incremented when an API or ABI change (addition or removal)
 # is made, and REVISION must be reset to 0 when this happens.
 LTVERSION_CURRENT=21
 # AGE must be incremented when an API or ABI addition is made, and REVISION
 # must be reset to 0 when this happens.
-LTVERSION_AGE=11
+LTVERSION_AGE=12
 
 LIBVTE_LTVERSION=${LTVERSION_CURRENT}:${LTVERSION_REVISION}:${LTVERSION_AGE}
 AC_SUBST([LIBVTE_LTVERSION])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]