From 29c5131ee1fe5e35d06965df7e837a900af82ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 20 Mar 2022 16:09:07 +0100 Subject: [PATCH] Bump version to 40.7 There weren't any code changes, but the pre-generated classic stylesheet in the last tarball was incorrect because "someone" didn't call `git submodule update` before distcheck :blush: --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 25bc6f55..e85c488f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +40.7 +==== + * Bump version + 40.6 ==== * window-list: Update window tracking to avoid missing icons [Florian; #372] diff --git a/meson.build b/meson.build index 41a7e99d..a1b82994 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.6', + version: '40.7', meson_version: '>= 0.44.0', license: 'GPL2+' )