From 129fc75971d7381720ce12b5876669f87b587848 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Nov 2008 04:48:28 -0600 Subject: [PATCH] Oh my god, more version.rc fixes. --- core-legacy/version.rc | 2 +- core/version.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core-legacy/version.rc b/core-legacy/version.rc index 0ec13ec..efef7c0 100755 --- a/core-legacy/version.rc +++ b/core-legacy/version.rc @@ -50,7 +50,7 @@ BEGIN VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team" VALUE "OriginalFilename", "metamod.1.ep1.dll" VALUE "ProductName", "Metamod:Source" - VALUE "ProductVersion", SVN_PRODUCT_VERSION + VALUE "ProductVersion", SVN_FULL_VERSION END END BLOCK "VarFileInfo" diff --git a/core/version.rc b/core/version.rc index 3c95347..79b6cfc 100755 --- a/core/version.rc +++ b/core/version.rc @@ -50,7 +50,7 @@ BEGIN VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team" VALUE "OriginalFilename", "metamod.2.crab.dll" VALUE "ProductName", "Metamod:Source" - VALUE "ProductVersion", SVN_PRODUCT_VERSION + VALUE "ProductVersion", SVN_FULL_VERSION END END BLOCK "VarFileInfo"