summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2022-11-13 14:42:14 -0500
committerWill McKinnon <[email protected]>2022-11-13 14:43:57 -0500
commit6c1a3ec2f77ef84a4c3f5f9fe9fb792a9094dc80 (patch)
treeacdc06305c087e73230e060d63ae4f34eaa98605
parent7990b32dd28be4e42979074212a3f2e7938aadee (diff)
build: set version to 0.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ab295254..ffd1860b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'sway',
'c',
- version: '1.7',
+ version: '0.1',
license: 'MIT',
meson_version: '>=0.60.0',
default_options: [