From 31e5f90553a5f3597f409fa330739f0db0b393e1 Mon Sep 17 00:00:00 2001 From: John Stowers Date: Sat, 25 Sep 2010 10:12:21 +1200 Subject: Release 2.22.0 --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2d01ac2d..c4b4169c 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 543071ec..a9fb17a9 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 ... -- cgit v1.2.1