This reverts commit 60059970fa
.
This commit is contained in:
parent
60059970fa
commit
ca1b5ea7ac
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ Build dependencies are:
|
||||||
Mapnik Core depends on:
|
Mapnik Core depends on:
|
||||||
|
|
||||||
* Boost
|
* Boost
|
||||||
- >= 1.46 is recommended
|
- >= 1.47 is recommended
|
||||||
- >= 1.45.x is required if compiling with clang++
|
- >= 1.45.x is required if compiling with clang++
|
||||||
- >= 1.42.x works on most systems and most compilers
|
- >= 1.42.x works on most systems and most compilers
|
||||||
- These libraries are required:
|
- These libraries are required:
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
#ifndef MAPNIK_VERSION_HPP
|
#ifndef MAPNIK_VERSION_HPP
|
||||||
#define MAPNIK_VERSION_HPP
|
#define MAPNIK_VERSION_HPP
|
||||||
|
|
||||||
#define MAPNIK_VERSION 200100
|
#define MAPNIK_VERSION 200000
|
||||||
|
|
||||||
#endif // MAPNIK_VERSION_HPP
|
#endif // MAPNIK_VERSION_HPP
|
||||||
|
|
Loading…
Reference in a new issue