commit | 3d1dc904f438117eaea70dd8b67d81dec4d53b58 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Sun Jul 26 07:55:08 2015 -0700 |
committer | Larry Hastings <larry@hastings.org> | Sun Jul 26 07:55:08 2015 -0700 |
tree | 472caebbe98154a8410b212e5e190b2df7b5d0ad | |
parent | baacc61db84ec58143c0f3e8bec7eb432a9f7f0a [diff] [blame] |
Post-release updates for Python 3.5.0b4.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 933ca43..eb056c5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.5.0b4" +#define PY_VERSION "3.5.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.