summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-09-07 13:17:15 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-09-07 13:18:28 (GMT)
commit839d7893943782ee803536a47f1d4de160314f85 (patch)
treedcfe1cd1df7d038d4f435151da94aac8f98a8dd9 /Include
parent53257cf19fc06fff446815b3278d4b80ec3e7ba3 (diff)
downloadcpython-3.10.0rc2.zip
cpython-3.10.0rc2.tar.gz
cpython-3.10.0rc2.tar.bz2
Python 3.10.0rc2v3.10.0rc2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 0f899fe..cb1168b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.10.0rc1+"
+#define PY_VERSION "3.10.0rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.