summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-10-23 22:22:09 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-10-23 22:22:09 (GMT)
commit5d528b787ebac926228f535f8b30c9cd4bae0b0c (patch)
treef1642b1898afc8014c2cd8abcdea43b948dc9a0a /Include
parent8626aeb1ce9b493d24e33a27fcc03c17ba797808 (diff)
downloadcpython-5d528b787ebac926228f535f8b30c9cd4bae0b0c.zip
cpython-5d528b787ebac926228f535f8b30c9cd4bae0b0c.tar.gz
cpython-5d528b787ebac926228f535f8b30c9cd4bae0b0c.tar.bz2
Tweaks for MacPython 2.2b1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2c12f94..252b1b0 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.2b1+"
+#define PY_VERSION "2.2b1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */