summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 3139f0f5d..733e481b1 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -91,7 +91,7 @@ copyrightMessage = intercalate "\n" [
compileInfo :: String
compileInfo =
- "\nCompiled with texmath " ++
+ "\nCompiled with pandoc-types " ++ VERSION_pandoc_types ++ ", texmath " ++
VERSION_texmath ++ ", highlighting-kate " ++ VERSION_highlighting_kate
-- | Converts a list of strings into a single string with the items printed as