summaryrefslogtreecommitdiff
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-29 23:36:17 +0000
committerGuido van Rossum <guido@python.org>1997-09-29 23:36:17 +0000
commit6ff7974312c3df5320c84ae60b4c168d022fd648 (patch)
tree07e888fe318c319b70c925dd7633eebbab2ee67a /PC/python_nt.rc
parent0042fb73773485a7358bc79673e47b4c63c73388 (diff)
downloadcpython-6ff7974312c3df5320c84ae60b4c168d022fd648.tar.gz
Bump version and store DLL version in a string variable (for branding).
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r--PC/python_nt.rc10
1 files changed, 9 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 8ccf1e3569..81d6e36dd8 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