diff --git a/Build/Changes.txt b/Build/Changes.txt
index d7b89ca14..fd723262e 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -75,6 +75,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.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.
[.323.1]- Lexer "Python": fixing Format-Strings (f-strings).
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 4cbf11c2d..deeec455b 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 42362a8d0..4e637bcad 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 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 500
#define LEXILLA_VER 500
#define ONIGURUMA_REGEX_VER 6.9.6