diff mbox series

[libmatchbox] configure.ac: update version to match the tag version

Message ID 20250429022529.1508502-1-yi.zhao@windriver.com
State New
Headers show
Series [libmatchbox] configure.ac: update version to match the tag version | expand

Commit Message

Yi Zhao April 29, 2025, 2:25 a.m. UTC
Update version to 1.13 to match the current tag.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index ab9f60f..0ef4977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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(.)