Merge pull request #250 from AkihiroSuda/fix-configure-ac

configure.ac: set version to 1.2.0+dev
This commit is contained in:
Daniel J Walsh 2020-10-20 09:59:41 -04:00 committed by GitHub
commit ce277b849d
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.1.0], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.2.0+dev], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])