[Python-checkins] cpython: Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.

larry.hastings python-checkins at python.org
Mon Mar 30 10:56:39 CEST 2015


https://hg.python.org/cpython/rev/e46c3138b5b3
changeset:   95291:e46c3138b5b3
user:        Larry Hastings <larry at hastings.org>
date:        Mon Mar 30 01:56:27 2015 -0700
summary:
  Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.

files:
  Include/patchlevel.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- 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.0a3"
+#define PY_VERSION      	"3.5.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list