OSDN Git Service

Some code clean-up.
[lamexp/LameXP.git] / src / Config.h
index 70c505b..1f09ce8 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2015 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
 
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    1
-#define VER_LAMEXP_MINOR_LO                                    1
-#define VER_LAMEXP_TYPE                                                Hotfix
-#define VER_LAMEXP_PATCH                                       10
-#define VER_LAMEXP_BUILD                                       1649
-#define VER_LAMEXP_CONFG                                       1558
+#define VER_LAMEXP_MINOR_LO                                    2
+#define VER_LAMEXP_TYPE                                                Alpha
+#define VER_LAMEXP_PATCH                                       4
+#define VER_LAMEXP_BUILD                                       1745
+#define VER_LAMEXP_CONFG                                       1700
 
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP Build Options
@@ -51,8 +51,9 @@
 
 #define VER_LAMEXP_TOOL_NEROAAC                                1540
 #define VER_LAMEXP_TOOL_FHGAACENC                      20120806
-#define VER_LAMEXP_TOOL_QAAC                           233
-#define VER_LAMEXP_TOOL_COREAUDIO                      7900
+#define VER_LAMEXP_TOOL_FDKAACENC                      62
+#define VER_LAMEXP_TOOL_QAAC                           244
+#define VER_LAMEXP_TOOL_COREAUDIO                      7980
 
 ///////////////////////////////////////////////////////////////////////////////
 // Helper macros (aka: having fun with the C pre-processor)