From 2122aa5359ada1ea7f56bb4280b004e55ea587d9 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 18 Oct 2008 23:14:48 +0000
Subject: [PATCH] Changed date on copyright message in Main.hs.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1466 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Main.hs b/Main.hs
index c5cfa84b4..46c78e159 100644
--- a/Main.hs
+++ b/Main.hs
@@ -50,7 +50,7 @@ import Text.Pandoc.Biblio
 #endif
 
 copyrightMessage :: String
-copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n" ++
+copyrightMessage = "\nCopyright (C) 2006-8 John MacFarlane\n" ++
                     "Web:  http://johnmacfarlane.net/pandoc\n" ++
                     "This is free software; see the source for copying conditions.  There is no\n" ++
                     "warranty, not even for merchantability or fitness for a particular purpose."