open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Only specify version number in one place #47

Closed kyllingstad closed 4 years ago

kyllingstad commented 4 years ago

With this change, the version number is specified only in CMakeLists.txt, and from there it propagates to the C++ code via a generated header file. This closes #36.