diff --git a/Versions/build.txt b/Versions/build.txt
index 695668ddc..502380c6c 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-605
+610
diff --git a/distrib/Changes.txt b/distrib/Changes.txt
index a012b82fb..0e73f6746 100644
--- a/distrib/Changes.txt
+++ b/distrib/Changes.txt
@@ -2,6 +2,17 @@
Rizonesoft Notepad3 CHANGES
==================================================
+--------------------------------------------------
+Version 2.17.1016.610 (16 October 2017)
+--------------------------------------------------
+~ File History Dlg: rename button "Remove" -> "Discard"
+ (discard selected item from file history list).
+~ Added remove button for list items.
+~ Checkbox for "preserve caret position" settings.
+~ Removed unnecessary build artifacts from np3portable.
+~ Minor bugfixes for session feature
+ (file history: remember caret pos and encoding).
+
--------------------------------------------------
Version 2 Build 605 (15 October 2017)
--------------------------------------------------
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 37d7ab379..0dc1f349d 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 734294dd6..5403b35dd 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -1,5 +1,5 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 17
-#define VERSION_REV 1015
-#define VERSION_BUILD 605
+#define VERSION_REV 1016
+#define VERSION_BUILD 610
#define SCINTILLA_VER 400