[json-glib] Release JSON-GLib 1.2.2



commit 5c42cb97cf78c04017a0a95d5a97b615c07c4107
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jul 29 10:53:02 2016 +0100

    Release JSON-GLib 1.2.2

 NEWS         |    1 +
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 711d37a..7b4cffe 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ Overview of changes for 1.2
 • Add support for g_auto* macros
 • Allow making JSON types optionally immutable, in order to allow
   efficient hashing and equality tests [Philip Withnal - #756121]
+• Improve the build under MSVC [Chun-wei Fan]
 
 Overview of changes for 1.0
 ==============================
diff --git a/configure.ac b/configure.ac
index 404f1c6..b26ca16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # bump micro_version to the next odd number after each release
 m4_define([json_major_version], [1])
 m4_define([json_minor_version], [2])
-m4_define([json_micro_version], [1])
+m4_define([json_micro_version], [2])
 
 m4_define([json_version], [json_major_version.json_minor_version.json_micro_version])
 
@@ -13,7 +13,7 @@ m4_define([json_release_status],
 
 # 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], [1])
+m4_define([json_interface_age], [2])
 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]