Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-01-01 06:13:59 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-01-01 06:13:59 +0300
commit50e48c15c90320055ab6b19a481952681baf637a (patch)
tree0982f69e2bfed16941cf13553acdcf50d8060f36 /src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
parent5c99409014dc5c036bedc83925fa80c70798a136 (diff)
-updated CompanyName in filters resources and in MPC-HC resource file
-changed CompanyName, LegalCopyright and OriginalFilename in translations resources -changed "MPC Compiler" to "MPC-HC Compiler" -updated year to 2010 (Happy new year!) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1457 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc')
-rw-r--r--src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
index d275c7025..ae3b1636f 100644
--- a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
+++ b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
@@ -1,6 +1,7 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
+#include "..\..\..\..\include\Version.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -53,8 +54,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,2,1197,0
- PRODUCTVERSION 1,2,1197,0
+ FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REV,VERSION_PATCH
+ PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REV,VERSION_PATCH
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -70,11 +71,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
- VALUE "CompanyName", "Gabest"
+ VALUE "CompanyName", "MPC-HC Team"
VALUE "FileDescription", "Audio Renderer, based on SoundTouch"
VALUE "FileVersion", "1, 1, 0, 0"
VALUE "InternalName", "MpcAudioRenderer Filter"
- VALUE "LegalCopyright", "Copyright (C) 2002-2009 see AUTHORS file"
+ VALUE "LegalCopyright", "Copyright (C) 2002-2010 see AUTHORS file"
VALUE "OriginalFilename", "MpcAudioRendererFilter.ax"
VALUE "ProductName", "MpcAudioRenderer Filter"
VALUE "ProductVersion", "1, 1, 0, 0"