diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-05 02:16:05 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-05 02:16:05 +0000 |
commit | 9726ec04f587d74a5ef7123cb84d882d0f123300 (patch) | |
tree | 2fca1fba548add0672f0f9d4aa4f41b85ffc72ab | |
parent | 9ce29d2a675728951701c34b1fed2fe8b421cfb7 (diff) | |
download | pandoc-9726ec04f587d74a5ef7123cb84d882d0f123300.tar.gz |
Bumped version to 0.45.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1010 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 b9f63da03..e127e6169 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.44 +Version: 0.45 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane diff --git a/src/Main.hs b/src/Main.hs index 3e9e6c596..97acc62c2 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -43,7 +43,7 @@ import Data.Char ( toLower ) import Control.Monad ( (>>=) ) version :: String -version = "0.44" +version = "0.45" copyrightMessage :: String copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\ |