mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
Update AC_INIT to 1.15-dev
The version string should update as "1.14" when we have stable release: -AC_INIT([fuse-overlayfs], [1.13-dev], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.14], [giuseppe@scrivano.org]) But since we had already get https://github.com/containers/fuse-overlayfs/releases/tag/v1.14 since 2024-06-28, here we bump the version string to "1.15-dev" for next stable release. Fixes https://github.com/containers/fuse-overlayfs/issues/438 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
This commit is contained in:
parent
a54a9f2e88
commit
efb61490c3
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user