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:
parent
f11360f50e
commit
7bf966f934
3 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: pandoc
|
||||
Version: 0.41
|
||||
Version: 0.42
|
||||
License: GPL
|
||||
License-File: COPYING
|
||||
Copyright: (c) 2006-2007 John MacFarlane
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue