[gjs] build: Bump version to 1.37.0



commit 323831bc57d9086cbbcb1813184a7a6191862769
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 29 17:50:21 2013 +0200

    build: Bump version to 1.37.0
    
    1.36.1 is the current stable version in gnome-3-8, so make
    sure that this version number is higher.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b9c7123..de398ca 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, 36)
+m4_define(pkg_minor_version, 37)
 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]