summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-05-30 22:04:31 +0200
committerGeorg Brandl <georg@python.org>2012-05-30 22:04:31 +0200
commit0f1bbec05c2cfee151d1b3615a2fafa07eaf6765 (patch)
treec5354f539db2655e2c11d860146b4876fd46f99c /Include/patchlevel.h
parentf961cfc53128221a41be7d527e02567fb5f0cca3 (diff)
downloadcpython-0f1bbec05c2cfee151d1b3615a2fafa07eaf6765.tar.gz
Bump version to 3.3.0a4.v3.3.0a4
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 b4c1bf616d..528f27373e 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 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.3.0a3+"
+#define PY_VERSION "3.3.0a4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.