[Expat-checkins] expat/win32 expat.iss,1.22,1.23

Sebastian Pipping hartwork at users.sourceforge.net
Thu May 3 21:51:10 CEST 2007


Update of /cvsroot/expat/expat/win32
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11040/win32

Modified Files:
	expat.iss 
Log Message:
VersionInfoVersion added (to avoid "0.0.0.0"), compression set to "lzma/max"

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- expat.iss	3 May 2007 02:14:30 -0000	1.22
+++ expat.iss	3 May 2007 19:51:08 -0000	1.23
@@ -8,17 +8,19 @@
 AppName=Expat
 AppId=expat
 AppVersion=2.0.1
-AppVerName=expat 2.0.1
+AppVerName=Expat 2.0.1
 AppCopyright=Copyright © 1998-2006 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
-DefaultDirName={pf}\Expat 2.0.1
 AppPublisher=The Expat Developers
 AppPublisherURL=http://www.libexpat.org/
 AppSupportURL=http://www.libexpat.org/
 AppUpdatesURL=http://www.libexpat.org/
 UninstallDisplayName=Expat XML Parser 2.0.1
+VersionInfoVersion=2.0.1
+
+DefaultDirName={pf}\Expat 2.0.1
 UninstallFilesDir={app}\Uninstall
 
-Compression=bzip/9
+Compression=lzma/max
 SourceDir=..
 OutputDir=win32
 DisableStartupPrompt=yes



More information about the Expat-checkins mailing list