setting up for mapnik v3.0.6 release

This commit is contained in:
Dane Springmeyer 2015-10-07 14:47:41 -07:00
parent 3bfd997b83
commit 3cebe9726b

View file

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