diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-27 10:56:05 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-02-27 10:56:05 -0500 |
commit | b46e097fe224de657167506cb5289074d5f2056f (patch) | |
tree | a214486575fbb488131324f74dc88a9fa07f72f7 | |
parent | 65f1ec1d5eb13fab3b953da8d5e8092175e04149 (diff) |
Update version to 0.4.1
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 4ec03154..6f10ccdf 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.4.0', + version: '0.4.1', license: 'MIT', meson_version: '>=0.48.0', default_options: [ @@ -14,7 +14,7 @@ project( # Format of so_version is CURRENT, REVISION, AGE. # See: https://autotools.io/libtool/version.html # for a reference about clean library versioning. -so_version = ['1', '1', '0'] +so_version = ['1', '2', '0'] add_project_arguments( [ |