diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-03-23 00:46:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-03-23 00:46:54 -0700 |
commit | 666a51b7fca41c28620959a729dde38a9cdbf813 (patch) | |
tree | 6b990ceb82f9b133db59d2eee9e3dea8f0a587e1 | |
parent | 71eac37ac555b41325c334f662facc5308f43b64 (diff) | |
download | pandoc-666a51b7fca41c28620959a729dde38a9cdbf813.tar.gz |
Version bump to 1.5.1.
-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 c8d48e1d3..5317aecfc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.5.0.1 +Version: 1.5.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index fbf9ea5cd..bf3166510 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.0.1
+AppVerName=Pandoc 1.5.1
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
|