summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-09-19 07:32:02 (GMT)
committerNed Deily <nad@python.org>2017-09-19 07:32:02 (GMT)
commit17bf6b4671ec02d80ad29b278639d5307baddeb5 (patch)
tree3d8c236af639d1e645128aa4c29714d4be325991 /Include/patchlevel.h
parent06b56156fb976cb77aa24ab474d6c8d45e2859e1 (diff)
downloadcpython-17bf6b4671ec02d80ad29b278639d5307baddeb5.zip
cpython-17bf6b4671ec02d80ad29b278639d5307baddeb5.tar.gz
cpython-17bf6b4671ec02d80ad29b278639d5307baddeb5.tar.bz2
Bump to 3.3.7v3.3.7
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 550bcb2..bd3ee8f 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 7
-#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.7rc1+"
+#define PY_VERSION "3.3.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.