Merge pull request #84 from giuseppe/tag-0.4

configure.ac: tag new release
This commit is contained in:
Mrunal Patel 2019-06-06 12:38:30 -07:00 committed by GitHub
commit 8d92da63a9
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], [0.3], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [0.4], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])