expat/win32 expat.iss,1.20,1.21

"Karl Waclawek" <[email protected]> Sun, 29 Apr 2007 17:58:54 -0700
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
--===============0068652765==

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

Modified Files:
	expat.iss 
Log Message:
Changed install directory and application name/version to be more typical for Windows.

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- expat.iss	1 Jan 2006 20:59:25 -0000	1.20
+++ expat.iss	30 Apr 2007 00:58:52 -0000	1.21
@@ -5,17 +5,17 @@
 ; The current version is used with Inno Setup 2.0.19.
 
 [Setup]
-AppName=expat
+AppName=Expat
 AppId=expat
-AppVersion=2.0.0
-AppVerName=expat 2.0.0
+AppVersion=2.0.1
+AppVerName=expat 2.0.1
 AppCopyright=Copyright © 1998-2006 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
-DefaultDirName={sd}\Expat-2.0.0
+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 (version 2.0.0)
+UninstallDisplayName=Expat XML Parser 2.0.1
 UninstallFilesDir={app}\Uninstall
 
 Compression=bzip/9


--===============0068652765==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Expat-checkins mailing list
[email protected]
http://mail.libexpat.org/mailman/listinfo/expat-checkins

--===============0068652765==--