diff options
author | Will McKinnon <[email protected]> | 2022-11-13 14:42:14 -0500 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2022-11-13 14:43:57 -0500 |
commit | 6c1a3ec2f77ef84a4c3f5f9fe9fb792a9094dc80 (patch) | |
tree | acdc06305c087e73230e060d63ae4f34eaa98605 | |
parent | 7990b32dd28be4e42979074212a3f2e7938aadee (diff) |
build: set version to 0.1
-rw-r--r-- | meson.build | 2 |
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: [ |