[gjs] build: post-release version bump



commit e57e6e280e66b320655011086f6aff27e6ff4443
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Mon Oct 3 15:54:25 2016 -0700

    build: post-release version bump
    
    Bump the release version to unstable, since we're adding new API.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ce1cbb1..20dd4c1 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, 46)
+m4_define(pkg_minor_version, 47)
 m4_define(pkg_micro_version, 0)
 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]