summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-13 23:12:38 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-13 23:12:38 +0000
commitf6235d8c1d7dc5d6f0c8e7458c1a0bf3b3bb8f45 (patch)
tree3d64c5333e750cb4f494b4eefdfe8a5ae50e98f0 /src
parentba16d6ae474b17cf910ab93783d0bf349f9251e2 (diff)
Changed version to 0.22 for tag creation.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@198 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 dc5a9fde1..a262f91a4 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -26,7 +26,7 @@ import Char ( toLower )
import Control.Monad ( (>>=) )
version :: String
-version = "0.3"
+version = "0.22"
-- | Association list of formats and readers.
readers :: [(String, ParserState -> String -> Pandoc)]