[gnome-python] bump version



commit c08e69cb091e96306179688c5bf0fad8bf5ed262
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Sat May 2 17:38:19 2009 +0100

    bump version
---
 configure.ac |    2 +-
 wscript      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f23550..298bb80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 dnl the gnome-python version number
 m4_define(gnome_python_major_version, 2)
-m4_define(gnome_python_minor_version, 26)
+m4_define(gnome_python_minor_version, 27)
 m4_define(gnome_python_micro_version, 1)
 m4_define(gnome_python_version, dnl
   gnome_python_major_version.gnome_python_minor_version.gnome_python_micro_version)
diff --git a/wscript b/wscript
index c1a0baa..e1176f4 100644
--- a/wscript
+++ b/wscript
@@ -13,7 +13,7 @@ Task.file_deps = Task.extract_deps
 
 import Build
 
-VERSION = '2.26.1'
+VERSION = '2.27.1'
 APPNAME = 'gnome-python'
 srcdir = '.'
 blddir = 'build'



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