[gjs] build: Post-branch version bump



commit 5872749d0257d06408350947da390d752163d147
Author: Philip Chimento <philip endlessm com>
Date:   Thu Sep 19 17:59:48 2019 -0700

    build: Post-branch version bump
    
    The version is bumped to 1.63.1 instead of 1.59.1, because we are
    calling the next stable series 1.64 to match gobject-introspection and
    GLib.
    
    See also:
    https://discourse.gnome.org/t/next-stable-series-of-gjs-numbered-1-64/1785

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index addb9700..1e58000c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 m4_define(pkg_major_version, 1)
-m4_define(pkg_minor_version, 58)
+m4_define(pkg_minor_version, 63)
 m4_define(pkg_micro_version, 1)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 + pkg_micro_version)


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