aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 09:26:59 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 09:26:59 +0000
commit1586b05a45c28212b81c7ef09ec3ebb69cc80319 (patch)
treeed46425a8d8df6c7e7deb37532490f2af7ed1419 /include
parent2dea5bc2ad4281042758f0e9bfe98fa96bc89412 (diff)
declare permanent version numbers in repos
Diffstat (limited to 'include')
-rw-r--r--include/vars.h1
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;