From 2ed83d7921c4737caf0aecc01c822004b94eca70 Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Thu, 30 Oct 2008 01:03:06 +0000 Subject: [PATCH] Version bump to 1.1. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1473 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc.hs | 2 +- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index 55a2fdc2b..e97103f97 100644 --- a/Text/Pandoc.hs +++ b/Text/Pandoc.hs @@ -111,4 +111,4 @@ import Text.Pandoc.Shared -- | Version number of pandoc library. pandocVersion :: String -pandocVersion = "1.0.0.2" +pandocVersion = "1.1" diff --git a/pandoc.cabal b/pandoc.cabal index 6c29996ad..907cb78d9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.0.0.2 +Version: 1.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL