summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-11-06 23:23:02 +0000
committerHans Breuer <hans@src.gnome.org>2004-11-06 23:23:02 +0000
commit62a8dd45671ab9846b9045ba163840577f5e97df (patch)
tree618d5e2bba07f32e9ab2d12ed4abcd3c75bce62f /config.h.win32
parent99aac8dd6a314af77677b66ff23b27fd6348b5a0 (diff)
downloadpygtk-62a8dd45671ab9846b9045ba163840577f5e97df.tar.gz
updated - pygtk is working fine with msvc (but requires
2004-11-06 Hans Breuer <hans@breuer.org> * config.h.win32 makefile.msc gobject/makefile.msc gtk/makefile.msc : updated - pygtk is working fine with msvc (but requires -DDISABLE_THREADING), Thanks!
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win328
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 1c7aa301..65dc1dab 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,6 @@
-#define PYGTK_MAJOR_VERSION (1)
-#define PYGTK_MINOR_VERSION (99)
-#define PYGTK_MICRO_VERSION (8)
+#define PYGTK_MAJOR_VERSION (2)
+#define PYGTK_MINOR_VERSION (4)
+#define PYGTK_MICRO_VERSION (1)
+
+#define VERSION "2.4.1"