summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-11 06:49:20 (GMT)
committerGeorg Brandl <georg@python.org>2012-08-11 06:49:20 (GMT)
commit1b94ab79a95ba69e017348ffeb04ef52616a4540 (patch)
tree50e53a58a50727f4a6ebd69542a12b104eb70a1f /Include/patchlevel.h
parenta81b481e3a49fe34ed9bfa0c03a39b2c522ecebc (diff)
downloadcpython-1b94ab79a95ba69e017348ffeb04ef52616a4540.zip
cpython-1b94ab79a95ba69e017348ffeb04ef52616a4540.tar.gz
cpython-1b94ab79a95ba69e017348ffeb04ef52616a4540.tar.bz2
Bump to 3.3b2.v3.3.0b2
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 8e6c9c1..775e4c5 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_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.3.0b1"
+#define PY_VERSION "3.3.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.