Skip to content

Commit

Permalink
Align version naming to latest Python standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 8, 2024
1 parent 7015f1c commit f09c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/wsgi_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define MOD_WSGI_MAJORVERSION_NUMBER 5
#define MOD_WSGI_MINORVERSION_NUMBER 0
#define MOD_WSGI_MICROVERSION_NUMBER 1
#define MOD_WSGI_VERSION_STRING "5.0.1dev1"
#define MOD_WSGI_VERSION_STRING "5.0.1.dev1"

/* ------------------------------------------------------------------------- */

Expand Down

0 comments on commit f09c8a1

Please sign in to comment.