diff options
author | Barry Warsaw <barry@python.org> | 2008-09-18 03:00:28 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-09-18 03:00:28 (GMT) |
commit | b88548069599f949c5b451ef95be739241711e24 (patch) | |
tree | 957d0eb0dec550467270434250d30482ab2aeaf7 /Include | |
parent | f2fa87b02daa69211c72224898cf8119e7f1d114 (diff) | |
download | cpython-b88548069599f949c5b451ef95be739241711e24.zip cpython-b88548069599f949c5b451ef95be739241711e24.tar.gz cpython-b88548069599f949c5b451ef95be739241711e24.tar.bz2 |
bumping to 3.0rc1v3.0rc1
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b50d8bc..a817f04 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 0 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.0b3+" +#define PY_VERSION "3.0rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |