diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 390f996c8..c7a0b1875 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,8 @@ +Notepad++ v6.7.7 bug-fix: + +1. Fix "Restore last closed file" (Ctrl+Shift+T) display bug. + + Notepad++ v6.7.6 new feature and bug-fixes: 1. Add "Restore last closed file" (Ctrl+Shift+T) feature. diff --git a/PowerEditor/bin/npp.pdb b/PowerEditor/bin/npp.pdb index 8d35f0e9f..035e0f931 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 7e1cfe929..8256ae494 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -36,10 +36,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "6.7.6" +!define APPVERSION "6.7.7" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 76 +!define VERSION_MINOR 77 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index cbb657b17..86d9fe1fb 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.7.6") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.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.76\0") -#define VERSION_DIGITALVALUE 6, 7, 6, 0 +#define VERSION_VALUE TEXT("6.77\0") +#define VERSION_DIGITALVALUE 6, 7, 7, 0 #ifndef IDC_STATIC #define IDC_STATIC -1