[RELEASE] Notepad++ 6.6.7 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1254 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
2683ec18ea
commit
6505334382
@ -1,7 +1,7 @@
|
|||||||
Notepad++ v6.6.4 bug fixes:
|
Notepad++ v6.6.7 new feature and bug fixes:
|
||||||
1. New feature: Settings on cloud - dropbox.
|
|
||||||
2. Add backup path info for session snapshot & periodic backup feature.
|
|
||||||
|
|
||||||
|
1. Settings on cloud - OneDrive.
|
||||||
|
2. Fix the crash issue on start up for some context.
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
|
Binary file not shown.
@ -28,10 +28,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "6.6.6"
|
!define APPVERSION "6.6.7"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 6
|
!define VERSION_MAJOR 6
|
||||||
!define VERSION_MINOR 66
|
!define VERSION_MINOR 67
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#ifndef RESOURCE_H
|
#ifndef RESOURCE_H
|
||||||
#define 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
|
// 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")
|
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||||
#define VERSION_VALUE TEXT("6.66\0")
|
#define VERSION_VALUE TEXT("6.67\0")
|
||||||
#define VERSION_DIGITALVALUE 6, 6, 6, 0
|
#define VERSION_DIGITALVALUE 6, 6, 7, 0
|
||||||
|
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
Loading…
Reference in New Issue
Block a user