summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-08-13 11:34:58 +0200
committerGeorg Brandl <georg@python.org>2011-08-13 11:34:58 +0200
commit7d639f3cf86c97402fef03506fb554d23356ce16 (patch)
treef01ec25eaba9728e82d8c89d11c5164c7e1ae7e0 /Include
parentfb5dda79d7d414a8d4b9e22a4c25d2c626f7ca05 (diff)
downloadcpython-7d639f3cf86c97402fef03506fb554d23356ce16.tar.gz
Bump version to 3.2.2rc1.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a9477b247b..4558c76371 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 2
-#define PY_MICRO_VERSION 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.2.1+"
+#define PY_VERSION "3.2.2rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty