OSDN Git Service

Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating...
[lamexp/LameXP.git] / src / Config.h
index 52cd1d3..384a106 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2011 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2012 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                                    0
-#define VER_LAMEXP_MINOR_LO                                    3
-#define VER_LAMEXP_TYPE                                                RC
-#define VER_LAMEXP_PATCH                                       2
-#define VER_LAMEXP_BUILD                                       756
+#define VER_LAMEXP_MINOR_LO                                    4
+#define VER_LAMEXP_TYPE                                                Beta
+#define VER_LAMEXP_PATCH                                       3
+#define VER_LAMEXP_BUILD                                       898
 
 ///////////////////////////////////////////////////////////////////////////////
-// Tools versions
+// Tool versions (minimum expected versions!)
 ///////////////////////////////////////////////////////////////////////////////
 
 #define VER_LAMEXP_TOOL_NEROAAC                                1540
 #define VER_LAMEXP_TOOL_FHGAACENC                      20110822
+#define VER_LAMEXP_TOOL_QAAC                           105
+#define VER_LAMEXP_TOOL_COREAUDIO                      7710
 
 ///////////////////////////////////////////////////////////////////////////////
 // Helper macros (aka: having fun with the C pre-processor)