diff options
author | William McKinnon <[email protected]> | 2024-04-29 01:32:54 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2024-04-29 01:33:43 -0400 |
commit | 80c0c506730fa05ab86555219be177dad14eb5c6 (patch) | |
tree | f57ce8c82b435c116585f671f36cd37ecac45ae6 /meson.build | |
parent | a5a69d4d4e9a8fe306e27ca46cde3a8b9d312ae3 (diff) |
removed old publish script, updated to 0.4
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2ab72e13..d5086804 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.3.3', + version: '0.4', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |