summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-24 00:15:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-24 00:15:46 (GMT)
commit6560a254ea56ed1f9cd10ed2a5287b9799470183 (patch)
treeda9257a74fc0780be4b4b602575272a1b09332a4 /Include
parente004041e96788bc85771dd35bd6763c6d7ec43fb (diff)
downloadcpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.zip
cpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.tar.gz
cpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.tar.bz2
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index d480e01..b27178f 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.3c1"
+#define PY_VERSION "2.3c2"
/* 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 >= ... */