OSDN Git Service

Slightly improved seeding of the PRNG (again).
[lamexp/LameXP.git] / src / Config.h
index dc3e8c0..b67debe 100644 (file)
 
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    0
-#define VER_LAMEXP_MINOR_LO                                    4
-#define VER_LAMEXP_TYPE                                                Final
+#define VER_LAMEXP_MINOR_LO                                    6
+#define VER_LAMEXP_TYPE                                                Beta
 #define VER_LAMEXP_PATCH                                       1
-#define VER_LAMEXP_BUILD                                       988
+#define VER_LAMEXP_BUILD                                       1139
 
 ///////////////////////////////////////////////////////////////////////////////
 // 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
 
 ///////////////////////////////////////////////////////////////////////////////