File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 20
20
#define PY_MINOR_VERSION 0
21
21
#define PY_MICRO_VERSION 0
22
22
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23
- #define PY_RELEASE_SERIAL 2
23
+ #define PY_RELEASE_SERIAL 3
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.0rc2+ "
26
+ #define PY_VERSION "3.0rc3 "
27
27
/*--end constants--*/
28
28
29
29
/* Subversion Revision number of this file (not of the repository) */
Original file line number Diff line number Diff line change 20
20
#
21
21
22
22
#--start constants--
23
- __version__ = "3.0rc2 "
23
+ __version__ = "3.0rc3 "
24
24
#--end constants--
Original file line number Diff line number Diff line change 1
- IDLE_VERSION = "3.0rc2 "
1
+ IDLE_VERSION = "3.0rc3 "
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Python News
7
7
What's New in Python 3.0 release candiate 3?
8
8
============================================
9
9
10
- *Release date: XX-XXX -2008*
10
+ *Release date: 20-Nov -2008*
11
11
12
12
13
13
Core and Builtins
Original file line number Diff line number Diff line change 34
34
35
35
%define name python
36
36
#--start constants--
37
- %define version 3.0rc2
37
+ %define version 3.0rc3
38
38
%define libver 3.0
39
39
#--end constants--
40
40
%define release 1pydotorg
Original file line number Diff line number Diff line change 1
- This is Python version 3.0 release candidate 2
1
+ This is Python version 3.0 release candidate 3
2
2
==============================================
3
3
4
4
For notes specific to this release, see RELNOTES in this directory.
You can’t perform that action at this time.
0 commit comments