From 8919f20abe37776450517a4d18c6485d7478ae0b Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Thu, 30 Aug 2007 19:16:12 +0000 Subject: [PATCH] Version bump to 0.43. git-svn-id: https://pandoc.googlecode.com/svn/trunk@962 788f1e2b-df1e-0410-8736-df70ead52e1b --- pandoc.cabal | 2 +- 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\