Fix GIMP_UNSTABLE macro.

Fixes #5261.
This commit is contained in:
Félix Piédallu 2020-07-06 10:55:05 +02:00
parent fae85e704a
commit 979b0bd9b3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ conf.set_quoted('GETTEXT_PACKAGE', gettext_package)
conf.set_quoted('GIMP_VERSION', gimp_version)
stable = (gimp_app_version_minor % 2 == 0)
conf.set10('GIMP_UNSTABLE', not stable)
conf.set('GIMP_UNSTABLE', stable ? false : 1)
versionconfig = configuration_data()
versionconfig.set('GIMP_FULL_NAME', full_name)