From 7bf966f934e45af4d2b8f6264fa26ea5fdbbe218 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 23 Aug 2007 04:26:37 +0000 Subject: [PATCH] Bumped version numbers to 0.42 in anticipation of next bugfix release. git-svn-id: https://pandoc.googlecode.com/svn/trunk@881 788f1e2b-df1e-0410-8736-df70ead52e1b --- freebsd/Makefile | 2 +- pandoc.cabal | 2 +- src/Main.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/freebsd/Makefile b/freebsd/Makefile index f99e82e32..400ff47fd 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pandoc -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= textproc haskell MASTER_SITES= http://pandoc.googlecode.com/files/ DISTNAME= pandoc-${PORTVERSION} diff --git a/pandoc.cabal b/pandoc.cabal index 9c3f60eb0..60e542342 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.41 +Version: 0.42 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane diff --git a/src/Main.hs b/src/Main.hs index dd9a560af..b1aa55982 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -43,7 +43,7 @@ import Data.Char ( toLower ) import Control.Monad ( (>>=) ) version :: String -version = "0.41" +version = "0.42" copyrightMessage :: String copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\