You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the Tippecanoe repository (March 1, 2024 commit 2daf84a) and successfully built it from source.
However, I noticed that running:
css
Copy
Edit
tippecanoe --version
Still shows:
nginx
Copy
Edit
tippecanoe v1.36.0
I checked version.hpp and saw that the version string is hardcoded to 1.36.0. There hasn’t been a bump even though there are newer commits.
Can you clarify:
Is this expected behavior, and does it require manual updating of version.hpp?
Or is there an automatic way to reflect the latest version / tag in the build?
I just want to confirm for accuracy before I proceed with production use.
If so, might be good if you made it show the correct version somehow.
Thanks
Nitin
The text was updated successfully, but these errors were encountered:
Hello,
I cloned the Tippecanoe repository (March 1, 2024 commit 2daf84a) and successfully built it from source.
However, I noticed that running:
css
Copy
Edit
tippecanoe --version
Still shows:
nginx
Copy
Edit
tippecanoe v1.36.0
I checked version.hpp and saw that the version string is hardcoded to 1.36.0. There hasn’t been a bump even though there are newer commits.
Can you clarify:
Is this expected behavior, and does it require manual updating of version.hpp?
Or is there an automatic way to reflect the latest version / tag in the build?
I just want to confirm for accuracy before I proceed with production use.
If so, might be good if you made it show the correct version somehow.
Thanks
Nitin
The text was updated successfully, but these errors were encountered: