diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2024-01-12 11:29:03 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2024-01-12 11:29:03 -0600 |
commit | c45fe9fba5f9149d17eab9e1bfef741a633b1646 (patch) | |
tree | d557b8e9da7002e35fa652dbda659bd4d9919c66 /meson.build | |
parent | 961c479e1db7141322a1dfc10b4c482c736b7712 (diff) |
version 0.53
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 9f4fc5ee..dc1a3fd8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('OpenRC', 'c', - version : '0.51', + version : '0.53', license: 'BSD-2', default_options : [ 'c_std=c99', |