Skip to content

Commit f09c8a1

Browse files
Align version naming to latest Python standards.
1 parent 7015f1c commit f09c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/wsgi_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define MOD_WSGI_MAJORVERSION_NUMBER 5
2727
#define MOD_WSGI_MINORVERSION_NUMBER 0
2828
#define MOD_WSGI_MICROVERSION_NUMBER 1
29-
#define MOD_WSGI_VERSION_STRING "5.0.1dev1"
29+
#define MOD_WSGI_VERSION_STRING "5.0.1.dev1"
3030

3131
/* ------------------------------------------------------------------------- */
3232

0 commit comments

Comments
 (0)