[vte] Release 0.20.5 to undo the unintended .soname bump
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Subject: [vte] Release 0.20.5 to undo the unintended .soname bump
- Date: Tue, 9 Jun 2009 18:53:24 -0400 (EDT)
commit 4fc17c3fb75cc211232c92ac8b0afa3a8f934cbc
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Jun 9 18:33:36 2009 -0400
Release 0.20.5 to undo the unintended .soname bump
---
NEWS | 4 ++++
configure.in | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5f21446..6ad80a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.20.5
+=======
+- Followup release to undo unintentded .soname bump
+
0.20.4
=======
- New enum value VTE_ERASE_TTY.
diff --git a/configure.in b/configure.in
index d0a8de7..d8cadcb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[20])
-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])
@@ -26,7 +26,7 @@ LTVERSION_REVISION=0
LTVERSION_CURRENT=15
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
-LTVERSION_AGE=5
+LTVERSION_AGE=6
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]