[json-glib] Release JSON-GLib 1.2.4



commit 56615934b1030637d860cc4ff1a50b832588d839
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Mar 13 12:58:29 2017 +0000

    Release JSON-GLib 1.2.4

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 meson.build  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7b4cffe..d71c068 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Overview of changes for 1.2
 • 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]
+• Add Meson build system [Thibault Saunier - #773603]
+• Support Visual Studio 2017 [Chun-wei Fan]
+• Allow using G_DECLARE_INTERFACE with JsonSerializable
+• Allow empty strings as JsonObject member names [Dr. David Alan Gilbert - #747279]
 
 Overview of changes for 1.0
 ==============================
diff --git a/configure.ac b/configure.ac
index 28d7a62..8c17f68 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], [3])
+m4_define([json_micro_version], [4])
 
 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], [3])
+m4_define([json_interface_age], [4])
 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)])
diff --git a/meson.build b/meson.build
index 333af60..14f6e34 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('json-glib', 'c', version: '1.2.3',
+project('json-glib', 'c', version: '1.2.4',
         license: 'LGPLv2.1+',
         default_options: [
           'warning_level=1',


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