From e348318ce98e1396ebea5e43e9da4bda437898bd Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 7 Mar 2016 19:16:48 +0100 Subject: [PATCH] bump version to 3.0.11 --- .travis.yml | 2 +- include/mapnik/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 672efa5d6..433e98a73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: compiler: clang # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions osx_image: xcode7.3 # upgrades clang from 6 -> 7 - env: JOBS=4 MASON_PUBLISH=true + env: JOBS=4 MASON_PUBLISH=False before_install: - source scripts/travis-common.sh diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index a105bec5b..3298d75b8 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -25,7 +25,7 @@ #define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 10 +#define MAPNIK_PATCH_VERSION 11 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)