diff --git a/PowerEditor/bin/updater/gup.xml b/PowerEditor/bin/updater/gup.xml index a820d35e6..97277f9bb 100644 --- a/PowerEditor/bin/updater/gup.xml +++ b/PowerEditor/bin/updater/gup.xml @@ -1,3 +1,4 @@ + - - 4.8.2 + 4.6 http://notepad-plus-plus.org/update/getDownloadUrl.php + + Notepad++ Generic Updater + - Notepad++ update + Notepad++ update + + diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 7b6a16657..7e1cfe929 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.5" +!define APPVERSION "6.7.6" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 75 +!define VERSION_MINOR 76 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index daca877e3..cbb657b17 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -29,13 +29,12 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.5") -//#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ Je suis Charlie edition") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.6") // 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.75\0") -#define VERSION_DIGITALVALUE 6, 7, 5, 0 +#define VERSION_VALUE TEXT("6.76\0") +#define VERSION_DIGITALVALUE 6, 7, 6, 0 #ifndef IDC_STATIC #define IDC_STATIC -1