[gjs] Bump version to 1.29.0



commit f11931eb10346763ff9d9923b5be3c1137c1bcab
Author: Colin Walters <walters verbum org>
Date:   Wed May 18 11:21:00 2011 -0400

    Bump version to 1.29.0
    
    This keeps us in sync with gobject-introspection, which in turn is
    trying to keep roughly in sync with glib.
    
    The "1" prefix signals "unstable" still.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650497

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bdd6bf1..85c5078 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-m4_define(pkg_major_version, 0)
-m4_define(pkg_minor_version, 7)
-m4_define(pkg_micro_version, 15)
+m4_define(pkg_major_version, 1)
+m4_define(pkg_minor_version, 29)
+m4_define(pkg_micro_version, 0)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 
 AC_PREREQ(2.61)



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