From 28f6f4d63bdd997018d041c67d5cea44e2a62b9e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 27 Jul 2015 18:30:26 -0700 Subject: [PATCH] setting up for mapnik v3.0.1 release --- include/mapnik/version.hpp | 4 ++-- localize.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 47a200e8f..cbba22f2c 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -27,9 +27,9 @@ #define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 0 +#define MAPNIK_PATCH_VERSION 1 -// translates to 300000 +// translates to 300001 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION) #ifndef MAPNIK_STRINGIFY diff --git a/localize.sh b/localize.sh index ee62e5987..31c6a6ea5 100755 --- a/localize.sh +++ b/localize.sh @@ -8,6 +8,7 @@ else fi export PATH=$(pwd)/utils/nik2img/:${PATH} +export PATH=$(pwd)/utils/mapnik-config/:${PATH} # mapnik-settings.env is an optional file to store # environment variables that should be used before