From 923120557365ce217b7e7008b0eaf2adec4b33e3 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 3 Jun 2013 18:26:28 -0700 Subject: [PATCH] setting up for mapnik v2.2.0 release --- SConstruct | 2 +- include/mapnik/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index cc0fc8064..d58138906 100644 --- a/SConstruct +++ b/SConstruct @@ -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 diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 35fd1b2a6..e05a3eaeb 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -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