summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-08-24 11:39:57 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-08-24 11:39:57 +0000
commit0390afd4cffd1d70133a983e3373e1c0f4bd1955 (patch)
treeeecd8faec7b45528640d62a076c0a8d8617cb841 /setup.py
parent6b611b75cdc0ad689b0a9952fcf8d787096b03d7 (diff)
downloadpygtk-0390afd4cffd1d70133a983e3373e1c0f4bd1955.tar.gz
add news items.PYGTK_1_99_18
2003-08-24 James Henstridge <james@daa.com.au> * NEWS: add news items. * configure.in: update version number.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0bdd2f99..f6d92695 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ from dsextras import getoutput, have_pkgconfig, list_files, \
MAJOR_VERSION = 1
MINOR_VERSION = 99
-MICRO_VERSION = 17
+MICRO_VERSION = 18
VERSION = "%d.%d.%d" % (MAJOR_VERSION,
MINOR_VERSION,