diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-10 21:39:50 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-10 21:39:50 +0000 |
commit | e7cc9b26db6433690819c441b3eee34b605b9ada (patch) | |
tree | 8fa31437b09db76731424288731c667609e41811 /Text | |
parent | ad916870347d23df683b9a4e7ec963371fcc0ed3 (diff) | |
download | pandoc-e7cc9b26db6433690819c441b3eee34b605b9ada.tar.gz |
Version bump to 1.0.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1434 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Text')
-rw-r--r-- | Text/Pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index 9be9f28c7..74a5e9295 100644 --- a/Text/Pandoc.hs +++ b/Text/Pandoc.hs @@ -111,4 +111,4 @@ import Text.Pandoc.Shared -- | Version number of pandoc library. pandocVersion :: String -pandocVersion = "0.47" +pandocVersion = "1.0" |