diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-19 16:07:57 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-19 16:07:57 +0000 |
commit | 56e22003788c6c1f368deee1606bc7971ac2e355 (patch) | |
tree | 6945d188781af982f18064829f96f699e86d327e | |
parent | 0d5f40fc85fb587876dbf377987fdbc87758e67b (diff) | |
download | pandoc-56e22003788c6c1f368deee1606bc7971ac2e355.tar.gz |
Bump version to 0.41.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@867 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | src/Main.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 90bf24c18..9c3f60eb0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.4 +Version: 0.41 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane diff --git a/src/Main.hs b/src/Main.hs index 3a19df850..b808074e5 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -43,7 +43,7 @@ import Data.Char ( toLower ) import Control.Monad ( (>>=) ) version :: String -version = "0.4" +version = "0.41" copyrightMessage :: String copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\ |