summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-07-15 17:52:17 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-07-15 17:52:17 +0000
commitd84c678cdcead4f1203596476fa197f97c075234 (patch)
tree41215dc5c104589eecb1d6ab38452ec5d4de6d5f
parentabb0c17777a9d40009152557e7e895eecd8f93d9 (diff)
Bump version in pandoc-setup.iss and make license path relative.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1599 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--windows/pandoc-setup.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss
index 1a3e0d68c..186e275c5 100644
--- a/windows/pandoc-setup.iss
+++ b/windows/pandoc-setup.iss
@@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{3CEE7B38-B19D-4980-9CAD-DF53600BD4CA}
AppName=Pandoc
-AppVerName=Pandoc 1.1
+AppVerName=Pandoc 1.2.1
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
@@ -15,7 +15,7 @@ AppUpdatesURL=http://johnmacfarlane.net/pandoc/
DefaultDirName={code:DefDirRoot}\Pandoc
DefaultGroupName=Pandoc
AllowNoIcons=yes
-LicenseFile=C:\Documents and Settings\John MacFarlane\My Documents\src\pandoc\COPYING.txt
+LicenseFile="..\COPYING.txt"
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes