setting up for mapnik v3.0.1 release

This commit is contained in:
Dane Springmeyer 2015-07-27 18:30:26 -07:00
parent 4e2890bb18
commit 28f6f4d63b
2 changed files with 3 additions and 2 deletions

View file

@ -27,9 +27,9 @@
#define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0 #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) #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
#ifndef MAPNIK_STRINGIFY #ifndef MAPNIK_STRINGIFY

View file

@ -8,6 +8,7 @@ else
fi fi
export PATH=$(pwd)/utils/nik2img/:${PATH} export PATH=$(pwd)/utils/nik2img/:${PATH}
export PATH=$(pwd)/utils/mapnik-config/:${PATH}
# mapnik-settings.env is an optional file to store # mapnik-settings.env is an optional file to store
# environment variables that should be used before # environment variables that should be used before