OSDN Git Service

Updated MediaInfo binaries to v0.7.69 (2014-04-26), compiled with ICL 14.1 and MSVC...
[lamexp/LameXP.git] / src / Config.h
index e6cab89..68310ec 100644 (file)
@@ -1,11 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2013 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
+// (at your option) any later version, but always including the *additional*
+// restrictions defined in the "License.txt" file.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 ///////////////////////////////////////////////////////////////////////////////
 
 #define VER_LAMEXP_MAJOR                                       4
-#define VER_LAMEXP_MINOR_HI                                    0
-#define VER_LAMEXP_MINOR_LO                                    8
-#define VER_LAMEXP_TYPE                                                RC
-#define VER_LAMEXP_PATCH                                       2
-#define VER_LAMEXP_BUILD                                       1332
-#define VER_LAMEXP_CONFG                                       1288
+#define VER_LAMEXP_MINOR_HI                                    1
+#define VER_LAMEXP_MINOR_LO                                    0
+#define VER_LAMEXP_TYPE                                                Beta
+#define VER_LAMEXP_PATCH                                       1
+#define VER_LAMEXP_BUILD                                       1542
+#define VER_LAMEXP_CONFG                                       1528
 
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP Build Options
@@ -50,8 +51,8 @@
 
 #define VER_LAMEXP_TOOL_NEROAAC                                1540
 #define VER_LAMEXP_TOOL_FHGAACENC                      20120806
-#define VER_LAMEXP_TOOL_QAAC                           139
-#define VER_LAMEXP_TOOL_COREAUDIO                      7710
+#define VER_LAMEXP_TOOL_QAAC                           233
+#define VER_LAMEXP_TOOL_COREAUDIO                      7900
 
 ///////////////////////////////////////////////////////////////////////////////
 // Helper macros (aka: having fun with the C pre-processor)