aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 22:49:07 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 22:49:07 +0000
commitdd297dda0abf5c19243e7570fe153fefa338e166 (patch)
tree7a2246daf2a15345d302c216be6d0bfd8401db9a /src/Main.hs
parent836ba8694db59c1cd2c3aba166e69275912eafd6 (diff)
downloadpandoc-dd297dda0abf5c19243e7570fe153fefa338e166.tar.gz
Changed version numbers to 0.3.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@66 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index ff42be094..dc5a9fde1 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -26,7 +26,7 @@ import Char ( toLower )
import Control.Monad ( (>>=) )
version :: String
-version = "0.2"
+version = "0.3"
-- | Association list of formats and readers.
readers :: [(String, ParserState -> String -> Pandoc)]