From d87b226f1f0f5269e4c5c2bb5069181b435e1a33 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sun, 2 Sep 2007 17:23:26 +0000
Subject: [PATCH] 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
---
 pandoc.cabal | 2 +-
 src/Main.hs  | 2 +-
 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\