[json-glib] Release JSON-GLib 0.12.0



commit 661a7497cc88aebdee32bf31c219d457ca143590
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Sep 25 11:28:42 2010 +0100

    Release JSON-GLib 0.12.0

 NEWS         |    1 +
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ebb70e9..a20fba0 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ Overview of changes for 0.12.0
   objects coming from GIO.
 â?¢ Add JsonReader, a convenience API for cursor-based parsing of
   JSON trees
+â?¢ Depend on GObject-Introspection â?¥ 0.9.5
 
 Overview of changes for 0.10.0
 ==============================
diff --git a/README b/README
index d611af5..9bd102d 100644
--- a/README
+++ b/README
@@ -27,12 +27,12 @@ REQUIREMENTS
 In order to build JSON-GLib you will need:
 
   â?¢ pkg-config
-  â?¢ gtk-doc >= 1.13
-  â?¢ GLib, GIO >= 2.16
+  â?¢ gtk-doc â?¥ 1.13
+  â?¢ GLib, GIO â?¥ 2.16
 
 Optionally, JSON-GLib depends on:
 
-  â?¢ GObject-Introspection >= 0.6.14
+  â?¢ GObject-Introspection â?¥ 0.9.5
 
 INSTALLATION
 -------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 726333a..ea65749 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 # 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], [11])
-m4_define([json_micro_version], [3])
+m4_define([json_minor_version], [12])
+m4_define([json_micro_version], [0])
 
 m4_define([json_version], [json_major_version.json_minor_version.json_micro_version])
 



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