bump version to 3.0.11
This commit is contained in:
parent
20c6157104
commit
e348318ce9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue