mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-05-31 14:50:45 +00:00
* Add --maximum-zoom-at-least to specify a minimum maxzoom to guess * Check whether the specified minimum maxzoom is out of range * Rename the option to --smallest-maximum-zoom-guess * Update tests, changelog, and version
7 lines
74 B
C++
7 lines
74 B
C++
#ifndef VERSION_HPP
|
|
#define VERSION_HPP
|
|
|
|
#define VERSION "v2.3.2"
|
|
|
|
#endif
|