diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-01 10:21:50 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-01 10:21:50 -0800 |
commit | ca7e81fd875117acf9ff5000e1370386b2ae20c8 (patch) | |
tree | ebce8c12ba11783b905af08b0ba2e738378f0c26 | |
parent | a49e536fa1a00d21ca98bc960582710a3d16ce4f (diff) | |
download | pandoc-ca7e81fd875117acf9ff5000e1370386b2ae20c8.tar.gz |
Updated pandoc-setup.iss.
-rw-r--r-- | windows/pandoc-setup.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index e11a4b777..cfeec9963 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.6
+AppVerName=Pandoc 1.7
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
@@ -60,6 +60,7 @@ Source: "..\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "..\COPYING.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\reference.odt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\epub.css"; DestDir: "{app}"; Flags: ignoreversion
+Source: "..\default.csl"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\templates\*"; DestDir: "{app}\templates"; Flags: ignoreversion
Source: "..\data\*"; DestDir: "{app}\data"; Flags: ignoreversion
Source: "..\s5\default\*"; DestDir: "{app}\s5\default"; Flags: ignoreversion
|