[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:
Don Ho 2014-06-24 20:37:41 +00:00
parent 2683ec18ea
commit 6505334382
4 changed files with 8 additions and 8 deletions

View File

@ -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:

Binary file not shown.

View File

@ -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/"

View File

@ -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