Skip to content

Commit dd6426f

Browse files
committed
Bump magic number after merge (was bumped on main)
1 parent 76a75a7 commit dd6426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ PC/launcher.c must also be updated.
282282
283283
*/
284284

285-
#define PYC_MAGIC_NUMBER 3617
285+
#define PYC_MAGIC_NUMBER 3618
286286
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
287287
(little-endian) and then appending b'\r\n'. */
288288
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)