From 365a3edab9b04e2002141f189c72f17794ac0a67 Mon Sep 17 00:00:00 2001 From: Marcin Godzina Date: Wed, 25 Jun 2025 15:05:27 +0200 Subject: [PATCH] [#3979] bump up kea version in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 426afb8eb9..42ea6e7e43 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ project( 'kea', 'cpp', - version: '3.0.0-git', + version: '3.1.0-git', meson_version: '>=1.1.0', license: 'MPL-2.0', license_files: ['COPYING'],