From 06394974cf11c540cf7ebc46f7430fa292893479 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 19 Aug 2023 14:52:12 +0200 Subject: [PATCH] Build system: Bump version number to 75 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8a293ef..b02eb66 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '74', + version: '75', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0' )