[RELEASE] v5.3.1 OR.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@443 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
donho 2009-03-29 10:04:55 +00:00
parent 434c4d0d6e
commit 3ecb9a2217
3 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@ -17,18 +17,18 @@
; Define the application name
!define APPNAME "Notepad++"
!define APPVERSION "5.3"
!define APPNAMEANDVERSION "Notepad++ v5.3"
!define APPVERSION "5.3.1"
!define APPNAMEANDVERSION "Notepad++ v5.3.1"
!define APPWEBSITE "http://notepad-plus.sourceforge.net/"
!define VERSION_MAJOR 5
!define VERSION_MINOR 3
!define VERSION_MINOR 31
; Main Install settings
Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile "..\bin\npp.5.3.Installer.exe"
OutFile "..\bin\npp.5.3.1.Installer.exe"
; GetWindowsVersion
;

View File

@ -18,9 +18,9 @@
#ifndef RESOURCE_H
#define RESOURCE_H
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.3")
#define VERSION_VALUE TEXT("5.3\0") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
#define VERSION_DIGITALVALUE 5, 3, 0, 0
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.3.1")
#define VERSION_VALUE TEXT("5.31\0") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
#define VERSION_DIGITALVALUE 5, 3, 1, 0
#ifdef UNICODE
#define UNICODE_ANSI_MODE TEXT("(UNICODE)")