]> granicus.if.org Git - python/commitdiff
Bump version string to "2.3b2+".
authorTim Peters <tim.peters@gmail.com>
Mon, 30 Jun 2003 02:14:28 +0000 (02:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 30 Jun 2003 02:14:28 +0000 (02:14 +0000)
Include/patchlevel.h

index db7e98eae2f5d78813eb31e39c03779bbdde1ee9..a295f5eba2ecc94673107709bb3b28c2f879659b 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.3b2"
+#define PY_VERSION             "2.3b2+"
 
 /* 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 >= ... */