post-release update.

This commit is contained in:
Georg Brandl 2013-05-15 19:42:39 +02:00
parent 9df891ca41
commit c032f16d18
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.3.2"
#define PY_VERSION "3.3.2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.