]> granicus.if.org Git - python/commitdiff
Bump version number to 2.3b1.
authorTim Peters <tim.peters@gmail.com>
Thu, 24 Apr 2003 16:45:34 +0000 (16:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 24 Apr 2003 16:45:34 +0000 (16:45 +0000)
Include/patchlevel.h
PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/python20.wse

index d800327edc8153d6e5b46730710aa51952eaa538..3c5d03ae86055a3251f5824da35120dd71ac22d1 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.3a2+"
+#define PY_VERSION             "2.3b1"
 
 /* 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 >= ... */
index 69415cac24323df4e4840ce240bbe389eed12fad..801ae29607e76fdc6e76d3ce08c69e1cb57b9b84 100644 (file)
  * 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.3a2,
+ * For 2.3b1,
  * PY_MICRO_VERSION = 0
- * PY_RELEASE_LEVEL = 'alpha' = 0xa
- * PY_RELEASE_SERIAL = 2
+ * PY_RELEASE_LEVEL = 'beta' = 0xb
+ * PY_RELEASE_SERIAL = 1
  *
- * and 0*1000 + 10*10 + 2 = 102
+ * and 0*1000 + 11*10 + 1 = 111
  */
-#define FIELD3 102
+#define FIELD3 111
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h
index f118992ac11de3bf15a4b308325f799b78d0e206..42aaeb4bd788263c17faafbcade764cab4361bec 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  40    2.3b1
+        25-Apr-2003
   39    2.3a2
         19-Feb-2003
   38    2.3a1
index c6e1d9d1a97a5fcdabf78005cb744446fedc03e9..30195eadb263e69d9e0b98516b7507d4a9ec625b 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.3 alpha 2
+  Title=Python 2.3 beta 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.3a2.exe
+  EXE Filename=Python-2.3b1.exe
   Dialogs Version=8
-  Version File=2.3a2
+  Version File=2.3b1
   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.3a2
+  Value=2.3b1
 end
 item: Remark
 end