X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=8d96cc370095a534e2bb24802990bae9204f3593;hb=ac2f455531e39641bedca08ab510a8c1d09ba125;hp=83369ea5cf925e550de15d9db5419f6f51c7a336;hpb=9bea8e7fe26def4befd72bd72e0d89995a834e3c;p=wimlib diff --git a/configure.ac b/configure.ac index 83369ea5..8d96cc37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.4.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.5.0], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -272,7 +272,7 @@ if test "x$WITH_NTFS_3G" = "xyes"; then [1], [Define to 1 if ntfs_mount() takes the flag NTFS_MNT_RDONLY])], [], - ,[#include ]) + [#include ]) fi AM_CONDITIONAL([WITH_NTFS_3G], [test "x$WITH_NTFS_3G" = "xyes"])