From 5cd3cb2efdaf7e9990a57e8e00b652a81aaa39ae Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 9 Apr 2012 14:21:48 -0700 Subject: [PATCH] setting up for mapnik 2.0.1 release --- SConstruct | 2 +- include/mapnik/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 843eebfee..f118e4511 100644 --- a/SConstruct +++ b/SConstruct @@ -1367,7 +1367,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.0.1-pre" + abi_fallback = "2.0.1" 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 6b9d4a15c..82c1cdad3 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -24,7 +24,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 0