Doug Barbieri
Doug Barbieri
For CMake, I love that you made it in the shape of the Kitware logo!
Is anybody out there? ⛰
Another way is to add a `changelog.in`, which is replaced via CMake itself and allows the `CMakeLists.txt` file itself to drive the version (using [`configure_file`](https://cmake.org/cmake/help/v3.0/command/configure_file.html)).
>There is also the problem of MS-Windows and it's total lack of sane command line tools... That is why I feel that `CMakeLists.txt` should drive the version, *not* `debian/changelog`. The...
It makes sense for a project like `SnapC++`, which is intended for Linux only. Since `ZipIOS` is designed to be cross-platform, I think it should be the `CMakeLists.txt` file that...
Patches welcome. :-)