[RELEASE] Notepad++ 6.4.1 Release (Fix 6.4 wrong binary file including)

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1065 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2013-06-30 00:02:50 +00:00
parent 86a33d0f78
commit ab5a388e92
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -28,10 +28,10 @@
; Define the application name
!define APPNAME "Notepad++"
!define APPVERSION "6.4"
!define APPVERSION "6.4.1"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 4
!define VERSION_MINOR 41
!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.4")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.4.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.4\0")
#define VERSION_DIGITALVALUE 6, 4, 0, 0
#define VERSION_VALUE TEXT("6.41\0")
#define VERSION_DIGITALVALUE 6, 4, 1, 0
#ifdef UNICODE
#define UNICODE_ANSI_MODE TEXT("(UNICODE)")