[json-glib] Post-branch version bump to 1.3.1



commit 4171dea099d689dca356fcd5fc45e685cb30b259
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Mar 18 13:41:13 2017 +0000

    Post-branch version bump to 1.3.1

 configure.ac |    4 ++--
 meson.build  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 34ff72d..0105fb3 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], [1])
-m4_define([json_minor_version], [2])
-m4_define([json_micro_version], [8])
+m4_define([json_minor_version], [3])
+m4_define([json_micro_version], [1])
 
 m4_define([json_version], [json_major_version.json_minor_version.json_micro_version])
 
diff --git a/meson.build b/meson.build
index 43cbfd9..3ffdc45 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('json-glib', 'c', version: '1.2.8',
+project('json-glib', 'c', version: '1.3.1',
         license: 'LGPLv2.1+',
         default_options: [
           'warning_level=1',


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