OSDN Git Service

Slightly modified license checking code.
[lamexp/LameXP.git] / src / Config.h
index fd9a207..e124992 100644 (file)
 
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    0
-#define VER_LAMEXP_MINOR_LO                                    4
-#define VER_LAMEXP_TYPE                                                RC
-#define VER_LAMEXP_PATCH                                       4
-#define VER_LAMEXP_BUILD                                       987
+#define VER_LAMEXP_MINOR_LO                                    6
+#define VER_LAMEXP_TYPE                                                Beta
+#define VER_LAMEXP_PATCH                                       2
+#define VER_LAMEXP_BUILD                                       1141
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tool versions (minimum expected versions!)
 ///////////////////////////////////////////////////////////////////////////////
 
 #define VER_LAMEXP_TOOL_NEROAAC                                1540
-#define VER_LAMEXP_TOOL_FHGAACENC                      20110822
-#define VER_LAMEXP_TOOL_QAAC                           131
+#define VER_LAMEXP_TOOL_FHGAACENC                      20120806
+#define VER_LAMEXP_TOOL_QAAC                           139
 #define VER_LAMEXP_TOOL_COREAUDIO                      7710
 
 ///////////////////////////////////////////////////////////////////////////////