diff options
| author | John MacFarlane <[email protected]> | 2023-12-15 18:56:27 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-15 18:56:27 -0800 |
| commit | c3038dcd54152c4e18e49db31676b79ee7cc29b2 (patch) | |
| tree | d36fe5cfba486297108c55a5073a7c940449124a /pandoc-cli/pandoc-cli.cabal | |
| parent | 0f5435a46dbcacd226ff7dc943b9fda6862dd4b6 (diff) | |
Bump to 3.1.11, update changelog.pandoc-cli-3.1.113.1.11
pandoc-cli version is updated in sync.
man pages regenerated.
Diffstat (limited to 'pandoc-cli/pandoc-cli.cabal')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 7a09e66f5..5a7f05ab5 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli -version: 3.1.10 +version: 3.1.11 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -70,7 +70,7 @@ executable pandoc buildable: True -- Note: we always link to an exact version of pandoc, with the -- same version as this package: - build-depends: pandoc == 3.1.10, + build-depends: pandoc == 3.1.11, text other-modules: PandocCLI.Lua , PandocCLI.Server |
