commit | b34db6ad9b3332c3101bcf7e020e90583693db20 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Sun Jul 05 10:26:00 2015 -0700 |
committer | Larry Hastings <larry@hastings.org> | Sun Jul 05 10:26:00 2015 -0700 |
tree | 475b860dc13d061d413ff433805441b1b584c08e | |
parent | 0417f55ed4a9f056b4eb3d15b0b75964e50d35e9 [diff] [blame] |
Post-release fixes for Python 3.5.0b3.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 920cd25..21233e2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.5.0b3" +#define PY_VERSION "3.5.0b3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.