[vte] Release 0.21.3
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Release 0.21.3
- Date: Tue, 25 Aug 2009 22:54:59 +0000 (UTC)
commit 8ad1d698f5053aa748339e602e7f823169def211
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Aug 25 18:52:09 2009 -0400
Release 0.21.3
NEWS | 5 +++++
configure.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e6ed8b5..c025075 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.21.3
+=======
+- Really fix the ring this time
+- Enable g_assert(). May trigger some bogus ones now. Please report.
+
0.21.2
=======
- Bugs fixed in this release:
diff --git a/configure.in b/configure.in
index 37ce9ff..74f8552 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],[2])
+m4_define([vte_version_micro],[3])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
AC_PREREQ([2.59])
@@ -22,7 +22,7 @@ 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=1
+LTVERSION_REVISION=2
# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]