configure.ac: update version to match the tag version

Update version to 1.13 to match the current tag.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao
2025-04-29 10:25:29 +08:00
committed by Richard Purdie
parent 35cd78efa3
commit 18a5c0969c

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
AC_INIT([libmatchbox], 1.12, [yocto@yoctoproject.org])
AC_INIT([libmatchbox], 1.13, [yocto@yoctoproject.org])
AC_CONFIG_SRCDIR([libmb/mbtray.c])
AC_CONFIG_AUX_DIR(.)