diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 09:26:59 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 09:26:59 +0000 |
| commit | 1586b05a45c28212b81c7ef09ec3ebb69cc80319 (patch) | |
| tree | ed46425a8d8df6c7e7deb37532490f2af7ed1419 /include/vars.h | |
| parent | 2dea5bc2ad4281042758f0e9bfe98fa96bc89412 (diff) | |
declare permanent version numbers in repos
Diffstat (limited to 'include/vars.h')
| -rw-r--r-- | include/vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h index d635b07..1a58f0d 100644 --- a/include/vars.h +++ b/include/vars.h @@ -32,6 +32,7 @@ typedef struct { typedef struct { char *source_key; char *source_value; + char *version; Dependency *dependencies; size_t dep_count; int build_ref; |
