diff options
-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 188f4c332..efe5da33d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.42 +Version: 0.43 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane diff --git a/src/Main.hs b/src/Main.hs index 16c26fd94..d9fa583dc 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -43,7 +43,7 @@ import Data.Char ( toLower ) import Control.Monad ( (>>=) ) version :: String -version = "0.42" +version = "0.43" copyrightMessage :: String copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\ |