diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs
--- a/Text/Pandoc.hs
+++ b/Text/Pandoc.hs
@@ -111,4 +111,4 @@
 
 -- | Version number of pandoc library.
 pandocVersion :: String
-pandocVersion = "1.0"
+pandocVersion = "1.0.0.1"
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -72,10 +72,9 @@
     `mediawiki` (MediaWiki markup), `texinfo` (GNU Texinfo),
     `docbook` (DocBook XML), `opendocument` (OpenDocument XML),
     `odt` (OpenOffice text document), `s5` (S5 HTML and javascript slide
-    show), `pdf` (Portable Document Format), or `rtf` (rich text
-    format). Note that for `odt` and `pdf` output, output will not be
-    directed to *stdout*; an output filename must be specified using the
-    `-o/--output` option.
+    show), or `rtf` (rich text format). Note that `odt` output will not
+    be directed to *stdout*; an output filename must be specified using
+    the `-o/--output` option.
 
 -s, \--standalone
 :   Produce output with an appropriate header and footer (e.g. a
diff --git a/pandoc.cabal b/pandoc.cabal
--- 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
