Changed version to 0.22 for tag creation.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@198 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2006-12-13 23:12:38 +00:00
parent ba16d6ae47
commit f6235d8c1d
2 changed files with 2 additions and 4 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,4 @@
pandoc (0.3) unstable; urgency=low
* New release with new build system and proper debian package
pandoc (0.22) unstable; urgency=low
[ Recai Oktaş ]

View file

@ -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)]