summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-01-25 13:52:44 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-01-25 13:52:44 (GMT)
commitd23b08f8d006b94fefcaa664c3c8e600c5055b33 (patch)
treef9577a78cdcdf649324074cfa06b97658d8e148c /Include
parentb07ead34111f6b647c7b6afbf0507b0304f2b86e (diff)
downloadcpython-d23b08f8d006b94fefcaa664c3c8e600c5055b33.zip
cpython-d23b08f8d006b94fefcaa664c3c8e600c5055b33.tar.gz
cpython-d23b08f8d006b94fefcaa664c3c8e600c5055b33.tar.bz2
Post 3.9.0a3
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index d0720f7..a62e175 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.9.0a3"
+#define PY_VERSION "3.9.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.