diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 08:13:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 08:13:28 -0700 |
commit | f30b2d4629cae313ee9de1389d15d20fadf27c4e (patch) | |
tree | 3cf16a96e7694fd2f3aced01082ee152c5e644bc | |
parent | dce8dd6e6bba4970eb0a58be12141108587b026d (diff) | |
download | pandoc-f30b2d4629cae313ee9de1389d15d20fadf27c4e.tar.gz |
Version bump to 1.15.0.2, updated changelog.
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +pandoc (1.15.0.2) + + * Added files needed for building man page to Extra-Source-Files. + pandoc (1.15.0.1) * Man page is now built and installed as part of the cabal build diff --git a/pandoc.cabal b/pandoc.cabal index fcd49e0bd..2754fc23f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.15.0.1 +Version: 1.15.0.2 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |