summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 09:40:02 +0200
committerGeorg Brandl <georg@python.org>2013-04-06 09:40:02 +0200
commit9aa23c5671218dfe62e35945d0ff884f2727d312 (patch)
tree1c8edaf0d71aed71d45d6d13bd286a9ccdb8196d /Include/patchlevel.h
parent38546ee51cadc924bb4a8f703d1891adef3c6829 (diff)
downloadcpython-git-3.3.1.tar.gz
Bump to 3.3.1.v3.3.1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9c86437e69..1aaa2b8379 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.