fix broken version annotations for the new itstool_join feature

It was not added in 0.61.0 as that was already released.
pull/9867/head
Eli Schwartz 3 years ago
parent 4316b71017
commit 603244b059
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      docs/markdown/i18n-module.md
  2. 2
      mesonbuild/modules/i18n.py

@ -67,4 +67,4 @@ for normal keywords. In addition it accepts these keywords:
(XML translation rules are autodetected otherwise).
* `mo_targets` *required*: mo file generation targets as returned by `i18n.gettext()`.
*Added 0.61.0*
*Added 0.62.0*

@ -288,7 +288,7 @@ class I18nModule(ExtensionModule):
return ModuleReturnValue([gmotargets, pottarget, updatepotarget], targets)
@FeatureNew('i18n.itstool_join', '0.61.0')
@FeatureNew('i18n.itstool_join', '0.62.0')
@noPosargs
@typed_kwargs(
'i18n.itstool_join',

Loading…
Cancel
Save