summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-11-22 10:43:55 (GMT)
committerThomas Wouters <thomas@python.org>2023-11-22 11:20:24 (GMT)
commit9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a (patch)
tree9e61d9013443db7718e0dc0ad92520f35ec967b2 /Include/patchlevel.h
parentad0e2a9332626dac4588f18626a20c48f4a58a9c (diff)
downloadcpython-3.13.0a2.zip
cpython-3.13.0a2.tar.gz
cpython-3.13.0a2.tar.bz2
Python 3.13.0a2v3.13.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 c2ffa3d..592491e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 13
#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.13.0a1+"
+#define PY_VERSION "3.13.0a2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.