summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-26 21:57:29 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-26 21:57:29 +0200
commit626d0b719324b54c469b5fcae811fe0add2892e8 (patch)
tree251624b5a34aa5a42221fca000f066008658e3a9
parentbd71569483e8b471bcd94203e6f7be6b47b65280 (diff)
Print highlighting-kate version in --version.
-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