diff --git a/doc/Changelog.html b/doc/Changelog.html
index 79c2ff52..793e26a7 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -34,7 +34,7 @@
LameXP v4.xx History
-LameXP v4.14 [2016-??-??]
+LameXP v4.14 [2016-11-19]
- Upgraded build environment to Microsoft Visual Studio 2015 with Update-2
- Fixed the location of temporary intermediate files for SoX-based audio effects
diff --git a/doc/Changelog.md b/doc/Changelog.md
index 531acd04..15e1c952 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -2,7 +2,7 @@
# LameXP v4.xx History #
-## LameXP v4.14 [2016-??-??] ## {-}
+## LameXP v4.14 [2016-11-19] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2015 with Update-2
* Fixed the location of temporary intermediate files for SoX-based audio effects
diff --git a/src/Config.h b/src/Config.h
index 0220ed70..973178ef 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -33,10 +33,10 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 4
-#define VER_LAMEXP_TYPE RC
-#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 1933
-#define VER_LAMEXP_CONFG 1818
+#define VER_LAMEXP_TYPE Final
+#define VER_LAMEXP_PATCH 1
+#define VER_LAMEXP_BUILD 1934
+#define VER_LAMEXP_CONFG 1934
///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options