summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-11-14 11:12:42 (GMT)
committerThomas Wouters <thomas@python.org>2022-11-14 11:18:11 (GMT)
commit3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff (patch)
treee087ca2d68d9625d036606f2acb7a3f2d19b0d92 /Include/patchlevel.h
parentdb115682bd639a2642c617f0b7d5b30cd7d7f472 (diff)
downloadcpython-3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff.zip
cpython-3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff.tar.gz
cpython-3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff.tar.bz2
Python 3.12.0a2v3.12.0a2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 6827225..ddc6fd0 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 12
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.12.0a1+"
+#define PY_VERSION "3.12.0a2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.