summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-12-07 14:02:38 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-12-07 14:02:38 (GMT)
commit1e5d33e9b9b8631b36f061103a30208b206fd03a (patch)
tree712e38109f482e12282da8d512337aef1c1f1545 /Include
parentfacca72eae3c0b59b4e89bab81c936dff10fb58a (diff)
downloadcpython-3.9.1.zip
cpython-3.9.1.tar.gz
cpython-3.9.1.tar.bz2
Python 3.9.1v3.9.1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 09db42f..0b5d280 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.1rc1+"
+#define PY_VERSION "3.9.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
bug_3600057'>bug_3600057 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath.pdf
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-06 19:56:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-06 19:56:31 (GMT)
commit0a8715f150fcc00966be70e50eeb30a408f84d3d (patch)
tree7c2c91e598b43ba1ba0d6f14917a98e3b034c4d6 /libtommath/tommath.pdf
parent92cae185d9294329ca088e078717aa662760bb72 (diff)
parent0390de18076f988f55706eaf74ec09448451ef6f (diff)
downloadtcl-bug_3606683_85.zip
tcl-bug_3606683_85.tar.gz
tcl-bug_3606683_85.tar.bz2
merge 8.5bug_3606683_85