summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION.txt1
-rw-r--r--meson.build2
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
new file mode 100644
index 0000000..0d4d124
--- /dev/null
+++ b/VERSION.txt
@@ -0,0 +1 @@
+0.1.0-dev
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)