Update version in meson.build to sync up with configure.ac

This commit is contained in:
Akira TAGOH 2020-11-28 11:19:07 +09:00
parent 4c2497b511
commit 68e6ab544c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('fontconfig', 'c',
version: '2.13.91',
version: '2.13.92',
meson_version : '>= 0.50.0',
default_options: [ 'buildtype=debugoptimized'],
)