aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-14 03:15:59 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-14 03:15:59 +0000
commit2483d5ff5bc0e8a9fb797a8a6d8ebd1e8e2a3feb (patch)
tree23de7be1e03edd3a5f623f856443cbc5ada04be7
parented6ad322a766ea44793e7607857278f08729ff25 (diff)
downloadpandoc-2483d5ff5bc0e8a9fb797a8a6d8ebd1e8e2a3feb.tar.gz
Bumped version to 1.0.0.1.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1449 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Text/Pandoc.hs2
-rw-r--r--pandoc.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs
index 74a5e9295..ddb453f88 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"
+pandocVersion = "1.0.0.1"
diff --git a/pandoc.cabal b/pandoc.cabal
index 6abe85db1..4c33766d3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.0
+Version: 1.0.0.1
Cabal-Version: >= 1.2
Build-Type: Custom
License: GPL