summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-12 09:03:40 +0200
committerGeorg Brandl <georg@python.org>2014-10-12 09:03:40 +0200
commit18e897250a073e22ebc5e50d59551e44d98f8338 (patch)
tree649cb526b50a21a705280b284c7f46472512fd8e /Include/patchlevel.h
parent4cae8ff00b2db16e07906206b0444229aa68a6a5 (diff)
downloadcpython-git-3.3.6.tar.gz
Bump to 3.3.6v3.3.6
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 634a450452..721666c1e1 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 6
-#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.6rc1"
+#define PY_VERSION "3.3.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.