Bump version numbers to 0.44, which will be the next
bug-fix release (when enough bug fixes have accumulated). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1001 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
4f3ad778ba
commit
d87b226f1f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: pandoc
|
||||
Version: 0.43
|
||||
Version: 0.44
|
||||
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.43"
|
||||
version = "0.44"
|
||||
|
||||
copyrightMessage :: String
|
||||
copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue