summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 07:40:02 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-06 07:40:02 (GMT)
commit9aa23c5671218dfe62e35945d0ff884f2727d312 (patch)
tree1c8edaf0d71aed71d45d6d13bd286a9ccdb8196d /Include
parent38546ee51cadc924bb4a8f703d1891adef3c6829 (diff)
downloadcpython-9aa23c5671218dfe62e35945d0ff884f2727d312.zip
cpython-9aa23c5671218dfe62e35945d0ff884f2727d312.tar.gz
cpython-9aa23c5671218dfe62e35945d0ff884f2727d312.tar.bz2
Bump to 3.3.1.v3.3.1
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 9c86437..1aaa2b8 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 1
-#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.3.1rc1"
+#define PY_VERSION "3.3.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.