diff --git a/doc/Changelog.html b/doc/Changelog.html
index 2816635c..cc30b30b 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -34,7 +34,7 @@
LameXP v4.xx History
-LameXP v4.13 [xxxx-xx-xx]
+LameXP v4.13 [2015-12-12]
-- Upgraded build environment to Microsoft Visual Studio 2015
+- Upgraded build environment to Microsoft Visual Studio 2015 with Update-1
- Apply the original file's "creation" and "last modified" date/time to the output file (optional)
- Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015
- Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0
diff --git a/doc/Changelog.md b/doc/Changelog.md
index e938be66..a863c018 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -2,9 +2,9 @@
# LameXP v4.xx History #
-## LameXP v4.13 [xxxx-xx-xx] ## {-}
+## LameXP v4.13 [2015-12-12] ## {-}
-* Upgraded build environment to Microsoft Visual Studio 2015
+* Upgraded build environment to Microsoft Visual Studio 2015 with Update-1
* Apply the original file's "creation" and "last modified" date/time to the output file (optional)
* Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015
* Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0
diff --git a/src/Config.h b/src/Config.h
index 12a21745..7998b392 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -33,9 +33,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 3
-#define VER_LAMEXP_TYPE RC
-#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 1850
+#define VER_LAMEXP_TYPE Final
+#define VER_LAMEXP_PATCH 1
+#define VER_LAMEXP_BUILD 1852
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////