[vte] Release 0.23.4
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Release 0.23.4
- Date: Thu, 14 Jan 2010 01:25:22 +0000 (UTC)
commit 08ee96f50c5053721c31a1eefa05bd6e92a368a7
Author: Behdad Esfahbod <behdad behdad org>
Date: Wed Jan 13 20:21:38 2010 -0500
Release 0.23.4
NEWS | 5 +++++
configure.in | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index cb27218..ffc77b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.23.4
+=======
+- Add public API vte_terminal_write_contents()
+- Update docs
+
0.23.3
=======
- Disable symbol deprecation stuff since they were broken
diff --git a/configure.in b/configure.in
index 8bd5ef9..5b6fef6 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],[3])
+m4_define([vte_version_micro],[4])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
AC_PREREQ([2.59])
@@ -22,10 +22,10 @@ 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=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=20
+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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]