[vte/vte-0-24] Version 0.24.1



commit 10430cbf79306a3f7dc11798e5146b33c0c05448
Author: Christian Persch <chpe gnome org>
Date:   Mon Apr 26 13:16:16 2010 +0200

    Version 0.24.1

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9d70f85..e007c2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.24.1
+======
+- Bugs fixed: https://bugzilla.gnome.org/buglist.cgi?status_whiteboard_type=substring;chfieldto=2010-04-26%2012%3A00%3A00;query_format=advanced;chfieldfrom=2010-03-29;status_whiteboard=fixed-0-24;bug_status=RESOLVED;resolution=FIXED;product=vte
+- Translation updates
+
 0.24.0
 ======
 - Updated API docs
diff --git a/configure.in b/configure.in
index 21ae4b4..c05a0a6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[24])
-m4_define([vte_version_micro],[0])
+m4_define([vte_version_micro],[1])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 m4_define([vte_api_version],[0])
@@ -24,7 +24,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=0
+LTVERSION_REVISION=1
 # 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=22



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]