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:
kichik 2004-06-25 10:48:31 +00:00
parent 88c19d767d
commit 4a3f5ecb73
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@
/*
version 0.32
* Fixed codepage problems
version 0.31 (by Joost Verburg)
* LZMA compression support
* Fixed compression setting

View file

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