summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2020-11-28 11:19:07 +0900
committerAkira TAGOH <akira@tagoh.org>2020-11-28 11:19:07 +0900
commit68e6ab544c5b9ced0bf017e7b3b1d961604b04cc (patch)
treec93fde42e704b7f21734e020d69b94ab3d410d87
parent4c2497b51169a241d5b18f00530c6479a8fa3ecc (diff)
Update version in meson.build to sync up with configure.ac
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index debdcef..37f46a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fontconfig', 'c',
- version: '2.13.91',
+ version: '2.13.92',
meson_version : '>= 0.50.0',
default_options: [ 'buildtype=debugoptimized'],
)