summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-28 07:43:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-28 07:43:20 (GMT)
commit9cda54dda33501c302f5ba7fde15bc1dbeecf1ae (patch)
tree098cb85046ad280da80b607fc94ee6fe4719b84e /Include
parent39247ac9b91365ccbde4eea34f863e7202a016d0 (diff)
downloadcpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.zip
cpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.tar.gz
cpython-9cda54dda33501c302f5ba7fde15bc1dbeecf1ae.tar.bz2
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
Repair PY_VERSION in patchlevel.h.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 6b63efc..8620ed4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.2.1a0"
+#define PY_VERSION "2.2.1a1"
/* 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 >= ... */