From 6d0cc8dbf69729896bc969705f84333130fb50ee Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 4 Jan 2021 12:15:09 +0100 Subject: [PATCH] 2.4 --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6ed3d1a..ca99a0d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.4 +--- + +This release fixes the cleaned-up name of some video cards not being picked +up, as well as adding a test suite. + 2.3 --- diff --git a/meson.build b/meson.build index 8da1bfc..74adb6c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('switcheroo-control', 'c', - version : '2.3', + version : '2.4', license: 'GPLv3+', default_options : [ 'buildtype=debugoptimized', -- GitLab