From c4dbcf93bc48cb7dc9f7aaea4ddaa054d3534b48 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 15 Apr 2014 17:26:02 -0400 Subject: [PATCH] fix version in code comment --- include/mapnik/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 49441b004..97dcc28fe 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -29,7 +29,7 @@ #define MAPNIK_MINOR_VERSION 3 #define MAPNIK_PATCH_VERSION 0 -// translates to 300000 +// translates to 200300 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION) #ifndef MAPNIK_STRINGIFY