Skip to content

Commit

Permalink
update version to 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jan 20, 2017
1 parent 5db03ae commit ab20632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapnik/version.hpp
Expand Up @@ -27,7 +27,7 @@

#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 12
#define MAPNIK_PATCH_VERSION 13

#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)

Expand Down

0 comments on commit ab20632

Please sign in to comment.