From f28da245f35a094f7f5a01ba16c53cf78ec8fa13 Mon Sep 17 00:00:00 2001 From: kunitoki Date: Wed, 19 Oct 2011 00:13:38 +0200 Subject: [PATCH] - fix mapnik-config --version - closes #903 --- utils/mapnik-config/mapnik-config.template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mapnik-config/mapnik-config.template.sh b/utils/mapnik-config/mapnik-config.template.sh index ce2d9dc09..296ae9af5 100755 --- a/utils/mapnik-config/mapnik-config.template.sh +++ b/utils/mapnik-config/mapnik-config.template.sh @@ -48,11 +48,11 @@ while test $# -gt 0; do ;; -v) - echo $CONFIG_VERSION + echo $CONFIG_MAPNIK_VERSION ;; --version) - echo $CONFIG_VERSION + echo $CONFIG_MAPNIK_VERSION ;; --json)