Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3209410

Browse files
committed
Bump version number to 2.3b1.
1 parent 4e42b31 commit 3209410

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 3
2424
#define PY_MICRO_VERSION 0
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
26-
#define PY_RELEASE_SERIAL 2
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
26+
#define PY_RELEASE_SERIAL 1
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.3a2+"
29+
#define PY_VERSION "2.3b1"
3030

3131
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */

PC/python_nt.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
* but that neither gives an error nor comes anywhere close to working. The
3434
* following comment and #define are output from PCbuild\field3.py:
3535
*
36-
* For 2.3a2,
36+
* For 2.3b1,
3737
* PY_MICRO_VERSION = 0
38-
* PY_RELEASE_LEVEL = 'alpha' = 0xa
39-
* PY_RELEASE_SERIAL = 2
38+
* PY_RELEASE_LEVEL = 'beta' = 0xb
39+
* PY_RELEASE_SERIAL = 1
4040
*
41-
* and 0*1000 + 10*10 + 2 = 102
41+
* and 0*1000 + 11*10 + 1 = 111
4242
*/
43-
#define FIELD3 102
43+
#define FIELD3 111
4444

4545
/* e.g., 2.1a2
4646
* PY_VERSION comes from patchevel.h

PCbuild/BUILDno.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ How to change the Windows build number:
3333

3434
Windows Python BUILD numbers
3535
----------------------------
36+
40 2.3b1
37+
25-Apr-2003
3638
39 2.3a2
3739
19-Feb-2003
3840
38 2.3a1

PCbuild/python20.wse

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=8.14
4-
Title=Python 2.3 alpha 2
4+
Title=Python 2.3 beta 1
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -18,9 +18,9 @@ item: Global
1818
Patch Flags=0000000000001001
1919
Patch Threshold=85
2020
Patch Memory=4000
21-
EXE Filename=Python-2.3a2.exe
21+
EXE Filename=Python-2.3b1.exe
2222
Dialogs Version=8
23-
Version File=2.3a2
23+
Version File=2.3b1
2424
Version Description=Python Programming Language
2525
Version Copyright=�2001-2003 Python Software Foundation
2626
Version Company=PythonLabs at Zope Corporation
@@ -66,7 +66,7 @@ item: Global
6666
end
6767
item: Set Variable
6868
Variable=PYVER_STRING
69-
Value=2.3a2
69+
Value=2.3b1
7070
end
7171
item: Remark
7272
end

0 commit comments

Comments
 (0)