OSDN Git Service

Bump version.
[lamexp/LameXP.git] / src / Config.h
index 5cd84ff..2d20c42 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2023 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_MINOR_HI                                    2
+#define VER_LAMEXP_MINOR_LO                                    1
 #define VER_LAMEXP_TYPE                                                RC
-#define VER_LAMEXP_PATCH                                       12
-#define VER_LAMEXP_BUILD                                       2318
+#define VER_LAMEXP_PATCH                                       1
+#define VER_LAMEXP_BUILD                                       2374
 #define VER_LAMEXP_CONFG                                       2188
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -52,7 +52,7 @@
 #define VER_LAMEXP_TOOL_NEROAAC                                1540
 #define VER_LAMEXP_TOOL_FHGAACENC                      20151024
 #define VER_LAMEXP_TOOL_FDKAACENC                      62
-#define VER_LAMEXP_TOOL_QAAC                           264
+#define VER_LAMEXP_TOOL_QAAC                           280
 
 ///////////////////////////////////////////////////////////////////////////////
 // Helper macros (aka: having fun with the C pre-processor)