diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log
index ed2f2325f..271446442 100644
--- a/PowerEditor/bin/change.log
+++ b/PowerEditor/bin/change.log
@@ -1,3 +1,8 @@
+Notepad++ v6.1.8 fixed bug (from v6.1.7):
+
+1. Fix a regression of wrong behaviour while save an empty file.
+
+
Notepad++ v6.1.7 new features and fixed bugs:
1. Fix config.xml zero length bug after Windows' update (Notepad++ is forced to quit).
diff --git a/PowerEditor/bin/npp.pdb b/PowerEditor/bin/npp.pdb
index 5ff9a91fa..dd9e5262f 100644
Binary files a/PowerEditor/bin/npp.pdb and b/PowerEditor/bin/npp.pdb differ
diff --git a/PowerEditor/installer/APIs/html.xml b/PowerEditor/installer/APIs/html.xml
index 95b908f79..3bad884ea 100644
--- a/PowerEditor/installer/APIs/html.xml
+++ b/PowerEditor/installer/APIs/html.xml
@@ -1,88 +1,51 @@
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+ " />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
@@ -90,135 +53,248 @@
-
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PowerEditor/installer/nativeLang/polish.xml b/PowerEditor/installer/nativeLang/polish.xml
index 6099e3ff3..8dddb1a12 100644
--- a/PowerEditor/installer/nativeLang/polish.xml
+++ b/PowerEditor/installer/nativeLang/polish.xml
@@ -10,7 +10,7 @@
-
+
@@ -219,6 +219,7 @@
+
@@ -333,6 +334,7 @@
+
@@ -362,6 +364,9 @@
+
+
+
@@ -474,6 +479,10 @@
+
+
+
+
@@ -584,6 +593,7 @@
+
@@ -684,10 +694,13 @@ Kontynuowa
+
+
+
@@ -707,17 +720,25 @@ by przej
+
+
+
+
+
+
+
+
diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi
index 2ca5eb8e3..4ed39638f 100644
--- a/PowerEditor/installer/nppSetup.nsi
+++ b/PowerEditor/installer/nppSetup.nsi
@@ -28,10 +28,10 @@
; Define the application name
!define APPNAME "Notepad++"
-!define APPVERSION "6.1.7"
+!define APPVERSION "6.1.8"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
-!define VERSION_MINOR 17
+!define VERSION_MINOR 18
!define APPWEBSITE "http://notepad-plus-plus.org/"
diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h
index 0086d50df..f1818fe2d 100644
--- a/PowerEditor/src/resource.h
+++ b/PowerEditor/src/resource.h
@@ -29,12 +29,12 @@
#ifndef RESOURCE_H
#define RESOURCE_H
-#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.1.7")
+#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.1.8")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0")
-#define VERSION_VALUE TEXT("6.17\0")
-#define VERSION_DIGITALVALUE 6, 1, 7, 0
+#define VERSION_VALUE TEXT("6.18\0")
+#define VERSION_DIGITALVALUE 6, 1, 8, 0
#ifdef UNICODE
#define UNICODE_ANSI_MODE TEXT("(UNICODE)")