mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-01 16:58:05 +00:00
11c6c869aa
Also finally eradicates binary diffs from the tests
7 lines
86 B
C++
7 lines
86 B
C++
#ifndef VERSION_HPP
|
|
#define VERSION_HPP
|
|
|
|
#define VERSION "tippecanoe v1.29.3"
|
|
|
|
#endif
|