OSDN Git Service

CodeSign tool updated to version 1.0.1 (2022-06-27).
[lamexp/LameXP.git] / src / Config.h
index 72b0cb7..e58ce50 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2022 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                                    9
-#define VER_LAMEXP_TYPE                                                Alpha
-#define VER_LAMEXP_PATCH                                       3
-#define VER_LAMEXP_BUILD                                       2258
+#define VER_LAMEXP_MINOR_HI                                    2
+#define VER_LAMEXP_MINOR_LO                                    0
+#define VER_LAMEXP_TYPE                                                Beta
+#define VER_LAMEXP_PATCH                                       2
+#define VER_LAMEXP_BUILD                                       2340
 #define VER_LAMEXP_CONFG                                       2188
 
 ///////////////////////////////////////////////////////////////////////////////