[pygtk/pygtk-2-22] Release 2.22.0



commit 31e5f90553a5f3597f409fa330739f0db0b393e1
Author: John Stowers <john stowers gmail com>
Date:   Sat Sep 25 10:12:21 2010 +1200

    Release 2.22.0

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d01ac2..c4b4169 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+pygtk-2.22.0 25-Sep-2010
+    - Fix build with Python 2.5 (Chenthill)
+    - Add final GTK/GDK-2.22 API (John Stowers)
+    - Add missing GDK-2.18 API (John Stowers)
+
 pygtk-2.21.0 15-Jul-2010
     - Bump version number so next stable release will be aligned with the
       final gtk+-2.0 release (gtk+-2.22)
diff --git a/configure.ac b/configure.ac
index 543071e..a9fb17a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ(2.52)
 
 dnl the pygtk version number
 m4_define(pygtk_major_version, 2)
-m4_define(pygtk_minor_version, 21)
-m4_define(pygtk_micro_version, 1)
+m4_define(pygtk_minor_version, 22)
+m4_define(pygtk_micro_version, 0)
 m4_define(pygtk_version, pygtk_major_version.pygtk_minor_version.pygtk_micro_version)
 
 dnl versions of packages we require ...



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