From 71459995eec14bd238cf9fa67eef5167121dc01d Mon Sep 17 00:00:00 2001 From: MelchiorGaspar Date: Fri, 20 Feb 2015 15:53:29 -0500 Subject: [PATCH 1/3] Update NRagePluginV2.rc Update Copyright year from 2011 -> 2015 --- Source/nragev20/NRagePluginV2.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/nragev20/NRagePluginV2.rc b/Source/nragev20/NRagePluginV2.rc index e00960840..ec13ad8c6 100644 --- a/Source/nragev20/NRagePluginV2.rc +++ b/Source/nragev20/NRagePluginV2.rc @@ -543,7 +543,7 @@ BEGIN VALUE "FileDescription", "Zilmar Spec Plugin for N64 Emulators" VALUE "FileVersion", "2.3c" VALUE "InternalName", "NRage_Input_V2" - VALUE "LegalCopyright", "Copyright © 2001-2011 N-Rage, compiled under GPL licensing" + VALUE "LegalCopyright", "Copyright © 2001-2015 N-Rage, compiled under GPL licensing" VALUE "OriginalFilename", "NRage_Input_V2.dll" VALUE "ProductName", "NRage_Input_V2" VALUE "ProductVersion", "2.3c" From 34d172537465975c523b3a28c3236e174cbfba0d Mon Sep 17 00:00:00 2001 From: MelchiorGaspar Date: Fri, 20 Feb 2015 16:00:27 -0500 Subject: [PATCH 2/3] Update NRagePluginV2.rc update version strings from 2.3c to v2.3.0.2 to reflect the plugins full version #. --- Source/nragev20/NRagePluginV2.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/nragev20/NRagePluginV2.rc b/Source/nragev20/NRagePluginV2.rc index ec13ad8c6..169bd4804 100644 --- a/Source/nragev20/NRagePluginV2.rc +++ b/Source/nragev20/NRagePluginV2.rc @@ -541,12 +541,12 @@ BEGIN BEGIN VALUE "Comments", "Release Version" VALUE "FileDescription", "Zilmar Spec Plugin for N64 Emulators" - VALUE "FileVersion", "2.3c" + VALUE "FileVersion", "v2.3.0.2" VALUE "InternalName", "NRage_Input_V2" VALUE "LegalCopyright", "Copyright © 2001-2015 N-Rage, compiled under GPL licensing" VALUE "OriginalFilename", "NRage_Input_V2.dll" VALUE "ProductName", "NRage_Input_V2" - VALUE "ProductVersion", "2.3c" + VALUE "ProductVersion", "v2.3.0.2" END END BLOCK "VarFileInfo" From a5479b94fb8619e798bf8b1041eadf312159a0a3 Mon Sep 17 00:00:00 2001 From: MelchiorGaspar Date: Fri, 20 Feb 2015 16:40:41 -0500 Subject: [PATCH 3/3] --- Source/nragev20/NRagePluginV2.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/nragev20/NRagePluginV2.rc b/Source/nragev20/NRagePluginV2.rc index 169bd4804..337f93a16 100644 --- a/Source/nragev20/NRagePluginV2.rc +++ b/Source/nragev20/NRagePluginV2.rc @@ -541,12 +541,12 @@ BEGIN BEGIN VALUE "Comments", "Release Version" VALUE "FileDescription", "Zilmar Spec Plugin for N64 Emulators" - VALUE "FileVersion", "v2.3.0.2" + VALUE "FileVersion", "2.3c" VALUE "InternalName", "NRage_Input_V2" - VALUE "LegalCopyright", "Copyright © 2001-2015 N-Rage, compiled under GPL licensing" + VALUE "LegalCopyright", "Copyright © 2001-2015 N-Rage, compiled under GPL licensing" VALUE "OriginalFilename", "NRage_Input_V2.dll" VALUE "ProductName", "NRage_Input_V2" - VALUE "ProductVersion", "v2.3.0.2" + VALUE "ProductVersion", "2.3c" END END BLOCK "VarFileInfo"