tippecanoe/version.hpp
Eric Fischer 8df0455230 Make tile-join and tippecanoe-decode more flexible about directories:
* Accept .mvt as well as .pbf in directories of tiles
* Allow tippecanoe-decode and tile-join of directories with no metadata
2019-02-20 12:04:10 -08:00

7 lines
76 B
C++

#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "v1.32.11"
#endif