summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-12-20 03:31:10 (GMT)
committerLarry Hastings <larry@hastings.org>2015-12-20 03:31:10 (GMT)
commitfa7193286099f8e4164f4a795afd5ad4a8e229df (patch)
tree46bfb40d4c7364def25461547d8d0657ee560196 /Include/patchlevel.h
parent5caf39d82745b4fdd3158a938497579e3c45f9c2 (diff)
downloadcpython-3.4.4.zip
cpython-3.4.4.tar.gz
cpython-3.4.4.tar.bz2
Release bump for Python 3.4.4 final.v3.4.4
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 5a1afc6..cfef560 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 4
-#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.4.4rc1+"
+#define PY_VERSION "3.4.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.