summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/res')
-rw-r--r--src/res/node.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/res/node.rc b/src/res/node.rc
index 587843df2f..b2f7f3029f 100644
--- a/src/res/node.rc
+++ b/src/res/node.rc
@@ -32,8 +32,8 @@ BEGIN
VALUE "CompanyName", "Node.js"
VALUE "ProductName", "Node.js"
VALUE "FileDescription", "Node.js: Server-side JavaScript"
- VALUE "FileVersion", "NODE_VERSION_STRING"
- VALUE "ProductVersion", "NODE_VERSION_STRING"
+ VALUE "FileVersion", NODE_EXE_VERSION
+ VALUE "ProductVersion", NODE_EXE_VERSION
VALUE "OriginalFilename", "node.exe"
VALUE "InternalName", "node"
VALUE "LegalCopyright", "Copyright Node.js contributors. MIT license."