Commit 4b863c7
marcel
Use VERSION file instead of hardcoded version strings
- pkg/rpm/sems.spec: Read version from VERSION file at build time,
with fallback to 2.0.1 if file is not available
- Dockerfile-debian11: Use $(cat VERSION) in dch command
- Dockerfile-debian13: Use $(cat VERSION) in dch command
This ensures version consistency across the project. The VERSION file
(currently 2.0.1) is the single source of truth, already used by
CMakeLists.txt and Makefile.defs.1 parent 65a1b61 commit 4b863c7
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments