X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=8d96cc370095a534e2bb24802990bae9204f3593;hp=bfff95bb1beb0965f4cc5bc11f70fe333ecc1b7f;hb=b348831df3fcf7d8eb66d35e4d0cf8434e788473;hpb=1a8b4a9f6e24d3ebbd75a86f73955e0f3f5e1785 diff --git a/configure.ac b/configure.ac index bfff95bb..8d96cc37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.4.2], [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"])