build: Assert extension-tool version is bumped alongside gnome-shell
I always forget to keep the extension-tool version number in sync when doing a new release. Given that it's unlikely that I'll do much better in the future by myself, make distcheck fail when the versions don't match. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1076
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
bea3987f3e
commit
dc002a61eb
@ -10,6 +10,7 @@ gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
||||
package_name = get_option('package_name')
|
||||
package_version = meson.project_version()
|
||||
prefix = get_option('prefix')
|
||||
|
||||
bindir = join_paths(prefix, get_option('bindir'))
|
||||
|
Reference in New Issue
Block a user