[vte/vte-0-24] Prepare 0.24.0
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-24] Prepare 0.24.0
- Date: Mon, 29 Mar 2010 12:17:22 +0000 (UTC)
commit 90ca5afc7ec6c97c089e2648bab10e0ebda976eb
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 29 14:16:29 2010 +0200
Prepare 0.24.0
NEWS | 6 ++++++
configure.in | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5cf1f24..9d70f85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.24.0
+======
+- Updated API docs
+- Cache backgrounds as cairo surfaces
+- Translation updates
+
0.23.5
=======
- Fix unintented soversion bump
diff --git a/configure.in b/configure.in
index 961f4d1..2c0be83 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],[5])
+m4_define([vte_version_minor],[24])
+m4_define([vte_version_micro],[0])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
m4_define([vte_api_version],[0])
@@ -24,13 +24,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=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=21
+LTVERSION_CURRENT=22
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
-LTVERSION_AGE=12
+LTVERSION_AGE=13
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]