summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-30 22:59:20 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-30 22:59:20 (GMT)
commita14253d4f84753ecae9857d34e234b0efeb73252 (patch)
tree8ed8acc280d5b78dfcee0e74c20f39f412ac56b9 /Include/patchlevel.h
parent5cf648b654824f561e19969a6ebeba0cec9212ef (diff)
downloadcpython-a14253d4f84753ecae9857d34e234b0efeb73252.zip
cpython-a14253d4f84753ecae9857d34e234b0efeb73252.tar.gz
cpython-a14253d4f84753ecae9857d34e234b0efeb73252.tar.bz2
Make it version 1.6a1.
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 0808572..f14709a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -53,13 +53,13 @@ PERFORMANCE OF THIS SOFTWARE.
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "1.6a0"
+#define PY_VERSION "1.6a1"
/* Historic */
-#define PATCHLEVEL "1.6a0"
+#define PATCHLEVEL "1.6a1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */