update version

This commit is contained in:
artemp 2015-08-26 15:56:23 +02:00
parent 986cf2d073
commit bd35054d27

View file

@ -23,13 +23,12 @@
#ifndef MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_IS_RELEASE 1
#define MAPNIK_VERSION_IS_RELEASE 0
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 4
#define MAPNIK_MINOR_VERSION 1
#define MAPNIK_PATCH_VERSION 0
// translates to 300003
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
#ifndef MAPNIK_STRINGIFY