From b46e097fe224de657167506cb5289074d5f2056f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 27 Feb 2019 10:56:05 -0500 Subject: [PATCH] Update version to 0.4.1 --- meson.build | 4 ++-- 1 file 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( [