summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2012-03-04 15:53:13 +0000
committerkwaclaw <kwaclaw>2012-03-04 15:53:13 +0000
commit591ddca0b2abe1f6359b4b772a67d0985d472f01 (patch)
treec75fa565c594155fa10beed44d5fbee6696e15f9
parent737a36cc5d1c7526ef6a06055cb691258029d133 (diff)
downloadlibexpat-591ddca0b2abe1f6359b4b772a67d0985d472f01.tar.gz
Win32 preparations for release.
-rw-r--r--win32/README.txt2
-rw-r--r--win32/expat.iss14
2 files changed, 8 insertions, 8 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 77a94bc..e3702ae 100644
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -13,7 +13,7 @@ Expat can be built on Windows in three ways:
Based on the workspace file expat.dsw. The related project
files (.dsp) are located in the lib subdirectory.
-* MS Visual Studio .NET 2002, 2003, 2005:
+* MS Visual Studio .NET 2002, 2003, 2005, 2008, 2010:
The VC++ 6 workspace file (expat.dsw) and project files (.dsp)
can be opened and imported in VS.NET without problems.
diff --git a/win32/expat.iss b/win32/expat.iss
index 400b315..de5b6ef 100644
--- a/win32/expat.iss
+++ b/win32/expat.iss
@@ -2,22 +2,22 @@
; information on the free installer builder, see www.jrsoftware.org.
;
; This script was contributed by Tim Peters.
-; The current version is used with Inno Setup 2.0.19.
+; It was designed for Inno Setup 2.0.19 but works with later versions as well.
[Setup]
AppName=Expat
AppId=expat
-AppVersion=2.0.1
-AppVerName=Expat 2.0.1
-AppCopyright=Copyright © 1998-2006 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+AppVersion=2.1.0
+AppVerName=Expat 2.1.0
+AppCopyright=Copyright © 1998-2012 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
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
+UninstallDisplayName=Expat XML Parser 2.1.0
+VersionInfoVersion=2.1.0
-DefaultDirName={pf}\Expat 2.0.1
+DefaultDirName={pf}\Expat 2.1.0
UninstallFilesDir={app}\Uninstall
Compression=lzma