mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
setting up for mapnik v2.2.0 release
This commit is contained in:
parent
ff14a8e350
commit
9231205573
@ -1592,7 +1592,7 @@ if not preconfigured:
|
||||
# fetch the mapnik version header in order to set the
|
||||
# ABI version used to build libmapnik.so on linux in src/build.py
|
||||
abi = conf.GetMapnikLibVersion()
|
||||
abi_fallback = "2.2.0-pre"
|
||||
abi_fallback = "2.2.0"
|
||||
if not abi:
|
||||
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
||||
abi = abi_fallback
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#ifndef MAPNIK_VERSION_HPP
|
||||
#define MAPNIK_VERSION_HPP
|
||||
|
||||
#define MAPNIK_VERSION_IS_RELEASE 0
|
||||
#define MAPNIK_VERSION_IS_RELEASE 1
|
||||
|
||||
#define MAPNIK_MAJOR_VERSION 2
|
||||
#define MAPNIK_MINOR_VERSION 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user