mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
7 lines
89 B
C++
7 lines
89 B
C++
#ifndef VERSION_HPP
|
|
#define VERSION_HPP
|
|
|
|
#define VERSION "tippecanoe v1.27.10\n"
|
|
|
|
#endif
|