summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-29 21:06:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-29 21:06:00 (GMT)
commit9a63745273522db31d6dea5a45db38d2af5fef55 (patch)
treec146ac4227238c60c59312233dc1236b5654e914 /Include
parente4427bf9c9ff096ab10589b7aba1e2a6f9c3093f (diff)
downloadcpython-9a63745273522db31d6dea5a45db38d2af5fef55.zip
cpython-9a63745273522db31d6dea5a45db38d2af5fef55.tar.gz
cpython-9a63745273522db31d6dea5a45db38d2af5fef55.tar.bz2
bump to 3.1.4rc1
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 58a79fe..db58c5f 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 3
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.1.3+"
+#define PY_VERSION "3.1.4rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty