diff options
-rw-r--r-- | Text/Pandoc.hs | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | pandoc.cabal.ghc66 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index 7633bf7ef..34e24a726 100644 --- a/Text/Pandoc.hs +++ b/Text/Pandoc.hs @@ -107,4 +107,4 @@ import Text.Pandoc.Shared -- | Version number of pandoc library. pandocVersion :: String -pandocVersion = "0.45" +pandocVersion = "0.46" diff --git a/pandoc.cabal b/pandoc.cabal index f11086918..8defadaf5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.45 +Version: 0.46 Cabal-Version: >= 1.2 License: GPL License-File: COPYING diff --git a/pandoc.cabal.ghc66 b/pandoc.cabal.ghc66 index 387f0ed13..60851b076 100644 --- a/pandoc.cabal.ghc66 +++ b/pandoc.cabal.ghc66 @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.45 +Version: 0.46 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane |