[json-glib/json-glib-0-8] Post-release bump to 0.8.3
- From: Emmanuele Bassi <ebassi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [json-glib/json-glib-0-8] Post-release bump to 0.8.3
- Date: Thu, 29 Oct 2009 14:36:58 +0000 (UTC)
commit 19a5d876023dca6a4c7115f97b1a7690c648ab25
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Thu Oct 29 14:35:31 2009 +0000
Post-release bump to 0.8.3
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8d7c729..8c45d9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,13 +2,13 @@
# bump micro_version to the next odd number after each release
m4_define([json_major_version], [0])
m4_define([json_minor_version], [8])
-m4_define([json_micro_version], [2])
+m4_define([json_micro_version], [3])
m4_define([json_version], [json_major_version.json_minor_version.json_micro_version])
# bump up by 1 for every micro release with no API changes, otherwise
# set to 0. after release, bump up by 1
-m4_define([json_interface_age], [2])
+m4_define([json_interface_age], [3])
m4_define([json_binary_age], [m4_eval(100 * json_minor_version + json_micro_version)])
m4_define([lt_current], [m4_eval(100 * json_minor_version + json_micro_version - json_interface_age)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]