From: Guido van Rossum Date: Mon, 29 Sep 1997 23:36:17 +0000 (+0000) Subject: Bump version and store DLL version in a string variable (for branding). X-Git-Tag: v1.5a4~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8c9dab1926d5f0078be434d24a32576953bd6f;p=thirdparty%2FPython%2Fcpython.git Bump version and store DLL version in a string variable (for branding). --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 8ccf1e35699e..81d6e36dd83b 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -8,12 +8,20 @@ #include "modsupport.h" #include "patchlevel.h" +#define MS_DLL_ID "1.5.0" + #define PYTHON_VERSION MS_DLL_ID "." PYTHON_API_STRING "\0" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "Python14.dll" +#define PYTHON_DLL_NAME "Python15.dll" #endif +// String Tables +STRINGTABLE DISCARDABLE +BEGIN + 1000, MS_DLL_ID +END + ///////////////////////////////////////////////////////////////////////////// // // Version