summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-23 15:52:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-23 15:52:17 (GMT)
commita2aa2ef3136e4190d533447e13a79b49522eb0ce (patch)
treec6434ca64a4dea00b53bf00baeb3cc62a33adba3 /Include
parenta13294e209bbe9c689868db0100ebfc1bcc55364 (diff)
downloadcpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.zip
cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.gz
cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.bz2
bump to 2.7.3rc1v2.7.3rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index d697460..33f922c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,12 +22,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.7.2+"
+#define PY_VERSION "2.7.3rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty