diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-07-26 10:02:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-07-26 10:02:27 -0700 |
commit | 786d01fd1dc0e99f757f5c9eca88b71f5ab12430 (patch) | |
tree | 1e793e2e14be6281060e073d5fd787d616e87a85 | |
parent | 1de26d0857fab0e02f560bddf4c9d28a9fd1c876 (diff) | |
download | pandoc-786d01fd1dc0e99f757f5c9eca88b71f5ab12430.tar.gz |
Bump version to 1.10.
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | windows/pandoc-setup.iss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 23c18c39e..9a19b11c7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.9.4.2 +Version: 1.10 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index 6ec6487e3..712cf4f0d 100644 --- a/windows/pandoc-setup.iss +++ b/windows/pandoc-setup.iss @@ -9,7 +9,7 @@ AppId={{3CEE7B38-B19D-4980-9CAD-DF53600BD4CA} ; Version 5.1 is XP
MinVersion=5.1,5.1
AppName=Pandoc
-AppVerName=Pandoc 1.9.4.2
+AppVerName=Pandoc 1.10
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
|