From 6c920f59a20849deb882f60a3eab42b069914a7e Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 27 Mar 2026 14:28:51 +0100 Subject: Move version string to VERSION.txt This new files can easily be included into Meson and Go. Passing it from Meson to Go or vice versa is not that easy. Thus the version string is now maintained in a dedicated file. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0738894..52a7f19 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'sia-server', - version : '0.1.0-dev', + version : files('VERSION.txt'), ) go = find_program('go', required : true) -- cgit v1.3