OSDN Git Service

Updated changelog.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 26 Aug 2018 10:33:52 +0000 (12:33 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 26 Aug 2018 10:33:52 +0000 (12:33 +0200)
doc/Changelog.md
src/Config.h

index 3bd03b2..08a475f 100644 (file)
@@ -6,7 +6,7 @@ LameXP Audio-Encoder Front-End &ndash; Changelog
 # LameXP v4.xx History #
 
 ## LameXP v4.17 [unreleased] ## {-}
-* Upgraded build environment to Microsoft Visual Studio 2017.7 (MSVC 19.14)
+* Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 19.15)
 * Updated Opus encoder/decoder libraries to v1.3-RC-1 (2018-06-01) and Opus-Tools to v0.1.10-71 (2018-04-30)
 * Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 15.7
 * Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files
index beb66f9..49151d5 100644 (file)
@@ -33,9 +33,9 @@
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    1
 #define VER_LAMEXP_MINOR_LO                                    7
-#define VER_LAMEXP_TYPE                                                Alpha
-#define VER_LAMEXP_PATCH                                       4
-#define VER_LAMEXP_BUILD                                       2148
+#define VER_LAMEXP_TYPE                                                Beta
+#define VER_LAMEXP_PATCH                                       1
+#define VER_LAMEXP_BUILD                                       2152
 #define VER_LAMEXP_CONFG                                       2134
 
 ///////////////////////////////////////////////////////////////////////////////