diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index fa48d73a..e6af2efb 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,7 +1,7 @@ -Notepad++ v6.6.4 bug fixes: -1. New feature: Settings on cloud - dropbox. -2. Add backup path info for session snapshot & periodic backup feature. +Notepad++ v6.6.7 new feature and bug fixes: +1. Settings on cloud - OneDrive. +2. Fix the crash issue on start up for some context. Included plugins: diff --git a/PowerEditor/bin/npp.pdb b/PowerEditor/bin/npp.pdb index 66762cff..6b5ddc94 100644 Binary files a/PowerEditor/bin/npp.pdb and b/PowerEditor/bin/npp.pdb differ diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 52940a26..c36b3a06 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.6.6" +!define APPVERSION "6.6.7" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 66 +!define VERSION_MINOR 67 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 549182ba..3d85fa12 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.6.6 Friday the 13th Edition") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.6.7") // 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.66\0") -#define VERSION_DIGITALVALUE 6, 6, 6, 0 +#define VERSION_VALUE TEXT("6.67\0") +#define VERSION_DIGITALVALUE 6, 6, 7, 0 #ifndef IDC_STATIC #define IDC_STATIC -1