diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 72d8e8e3e..16463cf2a 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,8 @@ +Notepad++ v6.7.8.1 bug-fixes: + +1. Fix "Missing msvcr120.dll" message error (of WinGup). + + Notepad++ v6.7.8 new features and bug-fixes: 1. Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!". diff --git a/PowerEditor/bin/updater/GUP.exe b/PowerEditor/bin/updater/GUP.exe index be3498dcd..25ac0128b 100644 Binary files a/PowerEditor/bin/updater/GUP.exe and b/PowerEditor/bin/updater/GUP.exe differ diff --git a/PowerEditor/bin/updater/libcurl.dll b/PowerEditor/bin/updater/libcurl.dll index d22b80171..f9a84c688 100644 Binary files a/PowerEditor/bin/updater/libcurl.dll and b/PowerEditor/bin/updater/libcurl.dll differ diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 56670475b..0d3cad94e 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.8" +!define APPVERSION "6.7.8.1" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 78 +!define VERSION_MINOR 781 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 42b6e9426..7bff2dddd 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.8") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.8.1") // 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.78\0") -#define VERSION_DIGITALVALUE 6, 7, 8, 0 +#define VERSION_VALUE TEXT("6.781\0") +#define VERSION_DIGITALVALUE 6, 7, 8, 1 #ifndef IDC_STATIC #define IDC_STATIC -1