Store version in central file
Dependencies
- [2]
4OTS5CAKVersion 0.1.2 - [3]
3KEFKH5FImport existing code - [4]
ZZW47X5HVersion 0.1.1 - [5]
UZYI7CB2Fix compile errors on macOS in dev shell - [*]
XXCRSVXO
Change contents
- edit in package.nix at line 2
lib, - replacement in package.nix at line 13
version = "0.1.2";version = lib.fileContents ./VERSION; - file addition: VERSION[7.1]
0.1.2 - replacement in CMakeLists.txt at line 6
project(nix-plugin-pijul VERSION 0.1.2)file(STRINGS VERSION _version)project(nix-plugin-pijul VERSION ${_version})