diff options
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index b3f262c..71361fe 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -8,7 +8,7 @@ #include "modsupport.h" #include "patchlevel.h" -#define MS_DLL_ID "1.5.1" +#define MS_DLL_ID "1.5.2" #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" |