mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Highlights: - email.generator: Fix handling of Unicode messages when not wrapping. - Support compilation by GCC 14. As these changes are very minor and upstream has not created an official patch level for them, Tauthon's internal version/patchlevel has been left unchanged at 2.8.5. This is a maintainer update (olce.freebsd.ports@certner.fr).
11 lines
324 B
C
11 lines
324 B
C
--- Include/patchlevel.h.orig 2024-07-06 14:55:44 UTC
|
|
+++ Include/patchlevel.h
|
|
@@ -26,7 +26,7 @@
|
|
#define PY_RELEASE_SERIAL 0
|
|
|
|
/* Version as a string */
|
|
-#define PY_VERSION "2.8.5+"
|
|
+#define PY_VERSION "2.8.5"
|
|
/*--end constants--*/
|
|
|
|
/* Subversion Revision number of this file (not of the repository). Empty
|