diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-03-21 23:24:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-03-21 23:24:26 -0700 |
commit | f7d896b07f2bf58095d835957043dfab13434d55 (patch) | |
tree | 6f6e02d3507cb2bc06f32c15309b5b5baf7c8625 | |
parent | 17b4478d4edb51839d3795d0a26b44d18e96f98a (diff) | |
download | pandoc-f7d896b07f2bf58095d835957043dfab13434d55.tar.gz |
Bump version in windows setup file.
-rw-r--r-- | windows/pandoc-setup.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index 382ecc8b1..fbf9ea5cd 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.5
+AppVerName=Pandoc 1.5.0.1
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
|