now working on mapnik 2.0.2-pre

This commit is contained in:
Dane Springmeyer 2012-04-09 14:29:01 -07:00
parent 57347e9106
commit 56d8f7a3f9

View file

@ -24,11 +24,11 @@
#ifndef MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_IS_RELEASE 1
#define MAPNIK_VERSION_IS_RELEASE 0
#define MAPNIK_MAJOR_VERSION 2
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 1
#define MAPNIK_PATCH_VERSION 2
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)