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:
Florian Müllner 2023-07-14 00:44:23 +02:00
parent 3a54e6cfa8
commit f0ba468664
2 changed files with 0 additions and 2 deletions

View File

@ -1,2 +1 @@
var PACKAGE_VERSION = '@PACKAGE_VERSION@';
var PROFILE = '@PROFILE@';

View File

@ -2,7 +2,6 @@ config_js = configure_file(
input: 'config.js.in',
output: '@BASENAME@',
configuration: {
'GETTEXT_VERSION': meson.project_version(),
'PROFILE': get_option('profile'),
}
)