diff --git a/Build/Changes.txt b/Build/Changes.txt
index fd723262e..ffe7983ff 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -75,6 +75,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.325.3]- Possible busy-loop in Kotlin and Dard Lexer.
[.325.2]- Don't keep window top-most after returning from full-screen mode (F11 toggle).
[.325.1]- Compiler switch to allow mono language binary.
[.324.1]- Read-Only-Attribute cooperating with Exclusive-Write-Lock.
diff --git a/Versions/build.txt b/Versions/build.txt
index 0cfbf0888..00750edc0 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2
+3
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index deeec455b..2e19b73b8 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 beta
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 4e637bcad..7f67ac1b1 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 325
-#define VERSION_BUILD 2
+#define VERSION_BUILD 3
#define SCINTILLA_VER 500
#define LEXILLA_VER 500
#define ONIGURUMA_REGEX_VER 6.9.6