From 70169a87dd22bdddfb377cfe8a9e673b3881c478 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Wed, 18 Sep 2024 18:26:28 +0200 Subject: [PATCH] Build system: Bump version number to 78 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3c873bd..ef553ef 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '77', + version: '78', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0' )