diff --git a/Versions/build.txt b/Versions/build.txt
index c13c4e8a7..a13be20ef 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-549
+566
diff --git a/distrib/Changes.txt b/distrib/Changes.txt
index 1f89c38ad..0a00bebc3 100644
--- a/distrib/Changes.txt
+++ b/distrib/Changes.txt
@@ -2,6 +2,27 @@
Rizonesoft Notepad3 CHANGES
==================================================
+--------------------------------------------------
+Version 2 Build 565 (8 October 2017)
+--------------------------------------------------
+~ Fix: Texture glitch on "Browse" button.
+~ Updated the Run Dialog icon.
+~ Fix: Binary directory to build portable app.
+~ Code comment for completeness.
+~ Fix: In-text encoding (convert encoding).
+~ Fix: minor StatusBar string corrections.
+~ StatusBar information enhancements.
+~ Fix: Support pasting position at virtual space.
+~ Fix: Move caret to convenient position after pasting clipboard
+ (no current selection).
+~ Fix: Virtual space navigation and rectangular selection (minor issues)
+ (allow "Virtual Space Rectangular Selection"
+ also allows moving Caret into virtual space (beyond line end))
+~ Fix: Copy/Cut & Paste of current line (in case of no selection -
+ Visual Studio behavior - using SCI's MSDEVLineSelect).
+~ Enhanced clipboard recoding detection.
+~ Fix: Bug in code-page related text conversion.
+
--------------------------------------------------
Version 2 Build 548 (3 October 2017)
--------------------------------------------------
diff --git a/distrib/Notepad3_2.17.1003.548.exe b/distrib/Notepad3_2.17.1003.548.exe
deleted file mode 100644
index 90ece748a..000000000
Binary files a/distrib/Notepad3_2.17.1003.548.exe and /dev/null differ
diff --git a/distrib/Notepad3_x_2.17.1003.548.exe b/distrib/Notepad3_x_2.17.1003.548.exe
deleted file mode 100644
index 94c66988b..000000000
Binary files a/distrib/Notepad3_x_2.17.1003.548.exe and /dev/null differ
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index be2e89dc8..7381df08c 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 73e378b40..5e3f28307 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -1,5 +1,5 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 17
-#define VERSION_REV 1003
-#define VERSION_BUILD 548
+#define VERSION_REV 1008
+#define VERSION_BUILD 565
#define SCINTILLA_VER 400