We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f19993 commit aa8cccaCopy full SHA for aa8ccca
debian
include/mapnik/version.hpp
@@ -30,7 +30,7 @@
30
31
#define MAPNIK_MAJOR_VERSION 3
32
#define MAPNIK_MINOR_VERSION 7
33
-#define MAPNIK_PATCH_VERSION 2
+#define MAPNIK_PATCH_VERSION 3
34
35
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
36
0 commit comments