Compare commits

..

1 Commits

Author SHA1 Message Date
Florian Müllner 29c5131ee1 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 😊
2022-03-20 16:09:07 +01:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
40.7
====
* Bump version
40.6 40.6
==== ====
* window-list: Update window tracking to avoid missing icons [Florian; #372] * window-list: Update window tracking to avoid missing icons [Florian; #372]
+1 -1
View File
@@ -1,5 +1,5 @@
project('gnome-shell-extensions', project('gnome-shell-extensions',
version: '40.6', version: '40.7',
meson_version: '>= 0.44.0', meson_version: '>= 0.44.0',
license: 'GPL2+' license: 'GPL2+'
) )