[RELEASE] v4.9.1

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@197 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
donho 2008-05-04 18:18:53 +00:00
parent 537e3ad70e
commit 929d1d43ba
3 changed files with 28 additions and 11 deletions

View File

@ -1,4 +1,4 @@
Notepad++ v4.9 fixed bugs and added features (from v4.8.5) :
Notepad++ v4.9.1 fixed bugs and added features (from v4.8.5) :
1. Add smart highlighting feature (double click a word to highlight all the same word in the document).
2. Enhance visual effect of Mark all feature.
@ -28,6 +28,6 @@ Included plugins :
5. FTP_synchronize v0.9.6
6. NppExport v0.2.7.3
7. Compare plugin v1.5.1
8. Light Explorer v1.4
8. Light Explorer v1.5
9. Doc Monitor v2.1

View File

@ -17,16 +17,16 @@
; Define the application name
!define APPNAME "Notepad++"
!define APPNAMEANDVERSION "Notepad++ v4.9"
!define APPNAMEANDVERSION "Notepad++ v4.9.1"
!define VERSION_MAJOR 4
!define VERSION_MINOR 9
!define VERSION_MINOR 91
; Main Install settings
Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile "..\bin\npp.4.9.Installer.exe"
OutFile "..\bin\npp.4.9.1.Installer.exe"
; GetWindowsVersion
;
@ -192,12 +192,25 @@ OutFile "..\bin\npp.4.9.Installer.exe"
!insertmacro MUI_LANGUAGE "Japanese"
!insertmacro MUI_LANGUAGE "Croatian"
!insertmacro MUI_LANGUAGE "Serbian"
;!insertmacro MUI_LANGUAGE "Thai"
!insertmacro MUI_LANGUAGE "Thai"
!insertmacro MUI_LANGUAGE "NorwegianNynorsk"
!insertmacro MUI_LANGUAGE "Belarusian"
!insertmacro MUI_LANGUAGE "Albanian"
;!insertmacro MUI_LANGUAGE "Latvian"
;!insertmacro MUI_LANGUAGE "Macedonian"
;!insertmacro MUI_LANGUAGE "Estonian"
;
; !insertmacro MUI_LANGUAGE "Mongolian"
;!insertmacro MUI_LANGUAGE "Luxembourgish"
;!insertmacro MUI_LANGUAGE "Breton"
;!insertmacro MUI_LANGUAGE "Icelandic"
;!insertmacro MUI_LANGUAGE "Malay"
;!insertmacro MUI_LANGUAGE "Bosnian"
;!insertmacro MUI_LANGUAGE "Kurdish"
;!insertmacro MUI_LANGUAGE "Irish"
;!insertmacro MUI_LANGUAGE "Uzbek"
;!insertmacro MUI_LANGUAGE "Galician"
;!insertmacro MUI_LANGUAGE "Afrikaans"
!insertmacro MUI_RESERVEFILE_LANGDLL
@ -255,6 +268,10 @@ LangString langFileName ${LANG_INDONESIAN} "indonesian.xml"
LangString langFileName ${LANG_JAPANESE} "japanese.xml"
LangString langFileName ${LANG_CROATIAN} "croatian.xml"
LangString langFileName ${LANG_SERBIAN} "serbian.xml"
LangString langFileName ${LANG_THAI} "thai.xml"
LangString langFileName ${LANG_NORWEGIANNYNORSK} "nynorsk.xml"
LangString langFileName ${LANG_BELARUSIAN} "belarusian.xml"
LangString langFileName ${LANG_ALBANIAN} "albanian.xml"
;--------------------------------
;Variables

View File

@ -18,9 +18,9 @@
#ifndef RESOURCE_H
#define RESOURCE_H
#define NOTEPAD_PLUS_VERSION "Notepad++ v4.9"
#define VERSION_VALUE "4.9\0" // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
#define VERSION_DIGITALVALUE 4, 9, 0, 0
#define NOTEPAD_PLUS_VERSION "Notepad++ v4.9.1"
#define VERSION_VALUE "4.91\0" // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
#define VERSION_DIGITALVALUE 4, 9, 1, 0
#ifndef IDC_STATIC
#define IDC_STATIC -1