[json-glib] [release] 0.8.0



commit 3f83767109979c660469b3b5862fbd04469a8011
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Sep 22 15:39:46 2009 +0100

    [release] 0.8.0

 NEWS         |    2 ++
 configure.ac |    8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 58065c7..f33897c 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ Overview of changes for 0.8.0
   lack of integer size in the JSON specificiation
 * Disallow the inclusion of single header files: only json-glib,h
   and json-gobject.h can be included directly
+* Documentation fixes
+* Clean up and remove code duplication inside the Parser object
 
 Overview of changes for 0.6.0
 =============================
diff --git a/configure.ac b/configure.ac
index c4b5306..febe3ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,13 @@
+# bump micro_version to the next even number for each point release
+# bump micro_version to the next odd number after each release
 m4_define([json_major_version], [0])
-m4_define([json_minor_version], [7])
-m4_define([json_micro_version], [7])
+m4_define([json_minor_version], [8])
+m4_define([json_micro_version], [0])
 
 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], [0])
 m4_define([json_binary_age], [m4_eval(100 * json_minor_version + json_micro_version)])
 



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