summaryrefslogtreecommitdiffstats
path: root/win/tcltest.rc
diff options
context:
space:
mode:
Diffstat (limited to 'win/tcltest.rc')
-rw-r--r--win/tcltest.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcltest.rc b/win/tcltest.rc
index 4ff1402..847a250 100644
--- a/win/tcltest.rc
+++ b/win/tcltest.rc
@@ -43,7 +43,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tcltest Application\0"
- VALUE "OriginalFilename", "tcltest" SUFFIX ".exe\0"
+ VALUE "OriginalFilename", "tcltest" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) SUFFIX ".exe\0"
VALUE "FileVersion", TCL_PATCH_LEVEL
VALUE "LegalCopyright", "Copyright \251 1987-2022 Regents of the University of California and other parties\0"
VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0"