summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-20 20:47:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-20 20:47:27 (GMT)
commitf0fa1b2f670334f9f4b123e6ecb65c3beef979ed (patch)
treee9be9ba0ae59d89d7d0922998e35a090a5893617 /Include
parentf38b2b4ab13633d7cc1348ba8b083605a5d41a90 (diff)
downloadcpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.zip
cpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.tar.gz
cpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.tar.bz2
version becomes 3.1.2v3.1.2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4b92ce0..a90fe39 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 1
#define PY_MICRO_VERSION 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.1.2rc1+"
+#define PY_VERSION "3.1.2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */