bump zip2exe version to 0.32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3574 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
88c19d767d
commit
4a3f5ecb73
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
/*
|
||||
|
||||
version 0.32
|
||||
* Fixed codepage problems
|
||||
|
||||
version 0.31 (by Joost Verburg)
|
||||
* LZMA compression support
|
||||
* Fixed compression setting
|
||||
|
|
|
@ -29,7 +29,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
IDD_DIALOG1 DIALOGEX 0, 0, 360, 271
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION |
|
||||
WS_SYSMENU
|
||||
CAPTION "Zip2Exe 0.31"
|
||||
CAPTION "Zip2Exe 0.32"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
ICON IDI_ICON1,IDC_NSISICON,6,6,20,20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue