diff options
author | Johan Dahlin <johan@src.gnome.org> | 2004-08-06 16:14:10 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2004-08-06 16:14:10 +0000 |
commit | 852578772ad2078675fbb8ee260a3ee87961e97d (patch) | |
tree | 962ebb6756bacc68f90bce0d44903a14292e879f /setup.py | |
parent | 3fca6f011f8d81ffadc4ab559870c24eafad5b4c (diff) | |
download | pygtk-852578772ad2078675fbb8ee260a3ee87961e97d.tar.gz |
Post release version bump
* configure.in (ACLOCAL):
* setup.py (MICRO_VERSION): Post release version bump
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ from dsextras import getoutput, have_pkgconfig, list_files, \ MAJOR_VERSION = 2 MINOR_VERSION = 3 -MICRO_VERSION = 96 +MICRO_VERSION = 97 VERSION = "%d.%d.%d" % (MAJOR_VERSION, MINOR_VERSION, |