diff --git a/Build/Changes.txt b/Build/Changes.txt
index 60237f6ef..8eec7cf34 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -99,6 +99,8 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
+- Limit length of (manual) commit ID.
+- DPI Aware relative positioning of position managed dialog boxes.
- DPI: awareness for Find/Replace-Dlg (remove resize property).
- DPI: awareness for Lexer-Selection-Dlg (remove resize property).
- DPI scaling for Scintilla surface component (thanx zufuliu).
diff --git a/Versions/build.txt b/Versions/build.txt
index d00491fd7..0cfbf0888 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1
+2
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 4f6b3af5a..af442d20f 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC1
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 465d66df3..d9a9d9d1f 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 617
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27