Bump version number

This commit is contained in:
Eric Fischer 2017-07-27 13:44:51 -07:00
parent cc28bbab3a
commit 8280c3f99d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.21.0
* Generate layer, feature, and attribute statistics as part of tileset metadata
## 1.20.1
* Close mbtiles file properly when there are no valid features in the input

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "tippecanoe v1.20.1\n"
#define VERSION "tippecanoe v1.21.0\n"
#endif