extensions-app: Stop setting VERSION in config
We set it because it was referenced by (here unused) code
in ExtensionUtils. This changed in commit 4a0b0e26c7
, so
stop setting it.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2844>
This commit is contained in:
parent
3a54e6cfa8
commit
f0ba468664
@ -1,2 +1 @@
|
|||||||
var PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
|
||||||
var PROFILE = '@PROFILE@';
|
var PROFILE = '@PROFILE@';
|
||||||
|
@ -2,7 +2,6 @@ config_js = configure_file(
|
|||||||
input: 'config.js.in',
|
input: 'config.js.in',
|
||||||
output: '@BASENAME@',
|
output: '@BASENAME@',
|
||||||
configuration: {
|
configuration: {
|
||||||
'GETTEXT_VERSION': meson.project_version(),
|
|
||||||
'PROFILE': get_option('profile'),
|
'PROFILE': get_option('profile'),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user