Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
29dfcd10
Commit
29dfcd10
authored
Jul 17, 2003
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the release number to 2.3c1.
parent
943277ec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
13 deletions
+15
-13
Include/patchlevel.h
Include/patchlevel.h
+3
-3
PC/python_nt.rc
PC/python_nt.rc
+5
-5
PCbuild/BUILDno.txt
PCbuild/BUILDno.txt
+2
-0
PCbuild/python20.wse
PCbuild/python20.wse
+4
-4
PCbuild/pythoncore.dsp
PCbuild/pythoncore.dsp
+1
-1
No files found.
Include/patchlevel.h
View file @
29dfcd10
...
...
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
BET
A
#define PY_RELEASE_SERIAL
2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMM
A
#define PY_RELEASE_SERIAL
1
/* Version as a string */
#define PY_VERSION "2.3
b2+
"
#define PY_VERSION "2.3
c1
"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
...
...
PC/python_nt.rc
View file @
29dfcd10
...
...
@@ -33,14 +33,14 @@
* but that neither gives an error nor comes anywhere close to working. The
* following comment and #define are output from PCbuild\field3.py:
*
* For 2.3
b2
,
* For 2.3
c1
,
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = '
beta' = 0xb
* PY_RELEASE_SERIAL =
2
* PY_RELEASE_LEVEL = '
candidate' = 0xc
* PY_RELEASE_SERIAL =
1
*
* and 0*1000 + 1
1*10 + 2 = 112
* and 0*1000 + 1
2*10 + 1 = 121
*/
#define FIELD3 1
12
#define FIELD3 1
21
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h
...
...
PCbuild/BUILDno.txt
View file @
29dfcd10
...
...
@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers
----------------------------
44 2.3c1
17-Jul-2003
43 2.3b2
29-Jun-2003
42 2.2.3 (final)
...
...
PCbuild/python20.wse
View file @
29dfcd10
Document Type: WSE
item: Global
Version=8.14
Title=Python 2.3
beta 2
Title=Python 2.3
release candidate 1
Flags=00010100
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Japanese Font Name=MS Gothic
...
...
@@ -18,9 +18,9 @@ item: Global
Patch Flags=0000000000001001
Patch Threshold=85
Patch Memory=4000
EXE Filename=Python-2.3
b2
.exe
EXE Filename=Python-2.3
c1
.exe
Dialogs Version=8
Version File=2.3
b2
Version File=2.3
c1
Version Description=Python Programming Language
Version Copyright=2001-2003 Python Software Foundation
Version Company=PythonLabs at Zope Corporation
...
...
@@ -66,7 +66,7 @@ item: Global
end
item: Set Variable
Variable=PYVER_STRING
Value=2.3
b2
Value=2.3
c1
end
item: Remark
end
...
...
PCbuild/pythoncore.dsp
View file @
29dfcd10
...
...
@@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c
# Begin Source File
SOURCE=..\Modules\getbuildinfo.c
# ADD CPP /D BUILD=4
3
# ADD CPP /D BUILD=4
4
# End Source File
# Begin Source File
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment