aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pypy/module/cpyext/include/patchlevel.h2
-rw-r--r--pypy/module/sys/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h
index 20fb422407..6b8f43bf0a 100644
--- a/pypy/module/cpyext/include/patchlevel.h
+++ b/pypy/module/cpyext/include/patchlevel.h
@@ -32,7 +32,7 @@
* module/sys/version.py
* doc/conf.py
*/
-#define PYPY_VERSION "7.3.12-candidate1"
+#define PYPY_VERSION "7.3.12-candidate2"
#define PYPY_VERSION_NUM 0x07030c00
/* Defined to mean a PyPy where cpyext holds more regular references
to PyObjects, e.g. staying alive as long as the internal PyPy object
diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
index 31bc8c1c33..a3413d302b 100644
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -15,7 +15,7 @@ CPYTHON_API_VERSION = 1013 #XXX # sync with include/modsupport.h
# make sure to keep PYPY_VERSION in sync with:
# module/cpyext/include/patchlevel.h
# doc/conf.py
-PYPY_VERSION = (7, 3, 12, "candidate", 1)
+PYPY_VERSION = (7, 3, 12, "candidate", 2)
import pypy