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
This commit is contained in:
fiddlosopher 2007-08-23 04:26:37 +00:00
parent f11360f50e
commit 7bf966f934
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= pandoc PORTNAME= pandoc
PORTVERSION= 0.41 PORTVERSION= 0.42
CATEGORIES= textproc haskell CATEGORIES= textproc haskell
MASTER_SITES= http://pandoc.googlecode.com/files/ MASTER_SITES= http://pandoc.googlecode.com/files/
DISTNAME= pandoc-${PORTVERSION} DISTNAME= pandoc-${PORTVERSION}

View file

@ -1,5 +1,5 @@
Name: pandoc Name: pandoc
Version: 0.41 Version: 0.42
License: GPL License: GPL
License-File: COPYING License-File: COPYING
Copyright: (c) 2006-2007 John MacFarlane Copyright: (c) 2006-2007 John MacFarlane

View file

@ -43,7 +43,7 @@ import Data.Char ( toLower )
import Control.Monad ( (>>=) ) import Control.Monad ( (>>=) )
version :: String version :: String
version = "0.41" version = "0.42"
copyrightMessage :: String copyrightMessage :: String
copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\ copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\