8000 Python 3.8.13, take two · faster-cpython/cpython@ea67321 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea67321

Browse files
committed
Python 3.8.13, take two
This reverts commit e5f711f.
1 parent 4d8e08b commit ea67321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.13+"
26+
#define PY_VERSION "3.8.13"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)
0