new-version.sh: update version in meson.build

This commit is contained in:
Akira TAGOH 2020-11-28 11:11:46 +09:00
parent 98764d54a7
commit 4c2497b511
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ sed -i fontconfig/fontconfig.h \
-e "/^#define FC_MINOR/s/[0-9][0-9]*/$minor/" \
-e "/^#define FC_REVISION/s/[0-9][0-9]*/$revision/"
sed -i meson.build -e "/version: /s/2\.[0-9.]*/$version/"
#
# Compute pretty form of new version number
#