From 919726a2e5e9a97563e5d8e7a37d8114a2631fe3 Mon Sep 17 00:00:00 2001 From: redtide Date: Sat, 1 Jul 2023 12:37:16 +0200 Subject: [PATCH] Bump to current development version, use semver --- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7396162..055592b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,10 @@ # SPDX-FileCopyrightText: 2020 Jason Francis # SPDX-License-Identifier: CC0-1.0 -project('network.cycles.wdisplays', 'c', license: 'MIT', version: '1.0') +project('network.cycles.wdisplays', 'c', + license: 'MIT', + version: '1.1.1' +) conf = configuration_data({ 'app_id': meson.project_name(),