Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Dec 8, 2020
1 parent f330513 commit 623169f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
project('basu', 'c',
version: '0.1.0',
license: 'LGPLv2+',
default_options: [
'c_std=gnu99',
'prefix=/usr',
'sysconfdir=/etc',
'localstatedir=/var',
],
meson_version: '>= 0.54',
project(
'basu',
'c',
version : '0.1.0',
license : 'LGPLv2+',
default_options : ['c_std=gnu99', 'prefix=/usr', 'sysconfdir=/etc', 'localstatedir=/var'],
meson_version : '>= 0.54'
)

soversion = 0
Expand Down

0 comments on commit 623169f

Please sign in to comment.