aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-02 17:23:26 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-02 17:23:26 +0000
commitd87b226f1f0f5269e4c5c2bb5069181b435e1a33 (patch)
treeb26ef69f4572229d348ab273dd2319a09b043690
parent4f3ad778ba3bff7984a1fee617efefbfd5591068 (diff)
downloadpandoc-d87b226f1f0f5269e4c5c2bb5069181b435e1a33.tar.gz
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
-rw-r--r--pandoc.cabal2
-rw-r--r--src/Main.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e24adee9c..b9f63da03 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 0.43
+Version: 0.44
License: GPL
License-File: COPYING
Copyright: (c) 2006-2007 John MacFarlane
diff --git a/src/Main.hs b/src/Main.hs
index d9fa583dc..3e9e6c596 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -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\