summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-13 23:14:55 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-13 23:14:55 +0000
commit61ec2c0d4a564158aaf976ca0c35caaa58cecdb8 (patch)
treed9c27073e650e40f534d6930a39fec475ffe5da0 /src
parentf6235d8c1d7dc5d6f0c8e7458c1a0bf3b3bb8f45 (diff)
Bumped version to 0.3 after tagging 0.22.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@200 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a262f91a4..dc5a9fde1 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -26,7 +26,7 @@ import Char ( toLower )
import Control.Monad ( (>>=) )
version :: String
-version = "0.22"
+version = "0.3"
-- | Association list of formats and readers.
readers :: [(String, ParserState -> String -> Pandoc)]