summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-08-13 15:47:36 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-08-13 15:47:36 (GMT)
commit54cda44f749d9aab7863e60870f1b9a6d2d4a191 (patch)
tree3341780ecfce61bc30e82096ee3723c2b8925597 /Include
parentf9f2c00f8820523564819fa3e2c11ebcb2ac109b (diff)
downloadcpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.zip
cpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.tar.gz
cpython-54cda44f749d9aab7863e60870f1b9a6d2d4a191.tar.bz2
bump version to 3.1.1rc1
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 6b085bb..d59f39a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 1
-#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.1.0+"
+#define PY_VERSION "3.1.1rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */