OSDN Git Service

Fixed compilation with VS2010 and removed an obsolete file.
[lamexp/LameXP.git] / src / Config.h
index 9b55426..1b683eb 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2013 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
 
 #pragma once
 
+#ifndef LAMEXP_INC_CONFIG
+#error Please do *not* include CONFIG.H directly!
+#endif
+
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP Version Info
 ///////////////////////////////////////////////////////////////////////////////
 
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    0
-#define VER_LAMEXP_MINOR_LO                                    7
+#define VER_LAMEXP_MINOR_LO                                    9
 #define VER_LAMEXP_TYPE                                                Alpha
-#define VER_LAMEXP_PATCH                                       6
-#define VER_LAMEXP_BUILD                                       1212
+#define VER_LAMEXP_PATCH                                       1
+#define VER_LAMEXP_BUILD                                       1368
+#define VER_LAMEXP_CONFG                                       1348
+
+///////////////////////////////////////////////////////////////////////////////
+// LameXP Build Options
+///////////////////////////////////////////////////////////////////////////////
+
+#define VER_LAMEXP_PORTABLE_EDITION                    0
+#define VER_LAMEXP_CONSOLE_ENABLED                     0
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tool versions (minimum expected versions!)