summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-04 15:23:53 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-04 15:23:53 (GMT)
commit6c8850d94d9d7cdfc66de8e3769898257c1c7500 (patch)
treeccbf3c2ee80a11a173c5834b6bfc869a00c78820 /Include/patchlevel.h
parent0e475c359c5be32a439b589dca848dccc59732e5 (diff)
downloadcpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.zip
cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.gz
cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.bz2
Bump to 3.3.0a1.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4996e8e..4fb2b91 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 3
#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 "3.3.0a0"
+#define PY_VERSION "3.3.0a1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.