Skip to content
Commits on Source (4)
......@@ -7,12 +7,17 @@ Developers: Please commit along with changes.
For a complete change history, see the git log.
## UNRELEASED
## 3.0.21
Released: October 8, 2018
(Packaged from 1dbb1d2c1)
#### Core
- Fixed compilation with ICU >= 61 (#3963)
- Fixed bbox reprojection (#3940)
- SVG: enabled unsupported attributes handling
#### Plugins
......
mapnik (3.0.21+ds-1~exp1) experimental; urgency=medium
* New upstream release.
-- Bas Couwenberg <sebastic@debian.org> Mon, 08 Oct 2018 16:54:28 +0200
mapnik (3.0.21~rc1+ds-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
......@@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 20
#define MAPNIK_PATCH_VERSION 21
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
......