[vte] Release 0.22.0



commit ca89fbb9d6fb8470d5e9150d8b4f35424893d1ca
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Sep 21 17:01:17 2009 -0400

    Release 0.22.0

 NEWS         |    4 ++++
 configure.in |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 05f4ca1..a96010f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.22.0
+=======
+- New stable release series
+
 0.21.7
 =======
 - Fix tab and wide-char handling
diff --git a/configure.in b/configure.in
index f65100d..4a15c62 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
-m4_define([vte_version_minor],[21])
-m4_define([vte_version_micro],[7])
+m4_define([vte_version_minor],[22])
+m4_define([vte_version_micro],[0])
 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=6
+LTVERSION_REVISION=0
 # 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=17
+LTVERSION_CURRENT=18
 # AGE must be incremented when an API or ABI addition is made, and REVISION
 # must be reset to 0 when this happens.
-LTVERSION_AGE=8
+LTVERSION_AGE=9
 
 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]