Skip to content

Commit

Permalink
chore: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Aug 10, 2018
1 parent 50d8c70 commit 9e85c68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
project('waybar', 'cpp', 'c', default_options : ['cpp_std=c++17'])
project(
'waybar', 'cpp', 'c',
version: '0.0.1',
license: 'MIT',
default_options : ['cpp_std=c++17'],
)

cpp_args = []
cpp_link_args = []
Expand Down

0 comments on commit 9e85c68

Please sign in to comment.