Merge pull request #439 from alvistack/AC_INIT-1.15-dev

Update AC_INIT to 1.15-dev
This commit is contained in:
Giuseppe Scrivano 2025-04-28 12:29:34 +02:00 committed by GitHub
commit 6df9cd27c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.13-dev], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])