Merge pull request #295 from giuseppe/tag-dev

configure.ac: tag -dev version
This commit is contained in:
Daniel J Walsh 2021-05-01 06:22:09 -04:00 committed by GitHub
commit f3e297d48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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