diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-10 21:01:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-10 21:01:59 +0000 |
commit | 246e5f9ea3bd921d28521c9121d686a0c8e50ee6 (patch) | |
tree | 6a77e8cce2ccff5d496e2363edbaf585c4ff1ee9 | |
parent | 46a2d9269cd3bea2ee515a302d45a37477b27017 (diff) | |
download | pandoc-246e5f9ea3bd921d28521c9121d686a0c8e50ee6.tar.gz |
Bumped version number to 0.46.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1147 788f1e2b-df1e-0410-8736-df70ead52e1b
-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 |