[gnome-python] NEWS and version bump to 2.28.1



commit 47f7699b8eab5cb6ab42c447badaeb93c92ac01a
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Tue Mar 30 23:45:27 2010 +0100

    NEWS and version bump to 2.28.1

 NEWS         |    4 ++++
 configure.ac |    2 +-
 wscript      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ca4b30b..5f29013 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of Changes from gnome-python 2.28.0 to gnome-python 2.28.1
+====================================================================
+* A couple of gconf module bugs fixed
+
 Overview of Changes from gnome-python 2.27.1 to gnome-python 2.28.0
 ====================================================================
 (nothing)
diff --git a/configure.ac b/configure.ac
index b2156e0..c643741 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 dnl the gnome-python version number
 m4_define(gnome_python_major_version, 2)
 m4_define(gnome_python_minor_version, 28)
-m4_define(gnome_python_micro_version, 0)
+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 e38dbb8..d3b4f0b 100644
--- a/wscript
+++ b/wscript
@@ -13,7 +13,7 @@ Task.file_deps = Task.extract_deps
 
 import Build
 
-VERSION = '2.28.0'
+VERSION = '2.28.1'
 APPNAME = 'gnome-python'
 srcdir = '.'
 blddir = 'build'



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