From 156026c5815fc3783e51a61c61c6b3fbaf958941 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 8 Jan 2012 16:07:17 -0800 Subject: [PATCH] Revert "recommend 1.46 since that dodges the ubuntu issue with interprocess - refs #950 and #1001" This reverts commit 60059970fa927a0c72f02724b735ee37be35a1ee. --- INSTALL.md | 2 +- include/mapnik/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ea9a6eb211..0fdef238e9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,7 +37,7 @@ Build dependencies are: Mapnik Core depends on: * Boost - - >= 1.46 is recommended + - >= 1.47 is recommended - >= 1.45.x is required if compiling with clang++ - >= 1.42.x works on most systems and most compilers - These libraries are required: diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index b02f6ecad3..dd69d20bd8 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -23,6 +23,6 @@ #ifndef MAPNIK_VERSION_HPP #define MAPNIK_VERSION_HPP -#define MAPNIK_VERSION 200100 +#define MAPNIK_VERSION 200000 #endif // MAPNIK_VERSION_HPP