update CHANGELOG for mapnik v3.0.4 release
This commit is contained in:
parent
17bb81c02c
commit
45d5e39e22
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ Released: YYYY XX, 2015
|
|||
|
||||
Released: August 26, 2015
|
||||
|
||||
(Packaged from 10e6128)
|
||||
(Packaged from 17bb81c)
|
||||
|
||||
#### Summary
|
||||
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
#ifndef MAPNIK_VERSION_HPP
|
||||
#define MAPNIK_VERSION_HPP
|
||||
|
||||
#define MAPNIK_VERSION_IS_RELEASE 0
|
||||
#define MAPNIK_VERSION_IS_RELEASE 1
|
||||
|
||||
#define MAPNIK_MAJOR_VERSION 3
|
||||
#define MAPNIK_MINOR_VERSION 0
|
||||
#define MAPNIK_PATCH_VERSION 3
|
||||
#define MAPNIK_PATCH_VERSION 4
|
||||
|
||||
// translates to 300003
|
||||
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
|
||||
|
|
Loading…
Reference in a new issue