Closed
Description
Currently we have to do version bumps for a deps
library update in 3 places:
- Project.toml
- Versions.make
- libname.version
The Project.toml is for picking up the right library from Yggdrasil, but the other two could perhaps be consolidated a bit in the build system. In an ideal situation, we would centralize all this information in our build system for each library in only one place.