X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=beaca3106e7e8099f5f87ea6ab6f0db50e9e3030;hb=c7a245a79742733b2c3a5a203d4096d78c67f48a;hp=642c19b27a1a4996710d56a957641bf7af9654c8;hpb=4510c2363673a5a4e5f09defb6157781c82c2468;p=wimlib diff --git a/configure.ac b/configure.ac index 642c19b2..beaca310 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.13.3-BETA1], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -225,7 +225,7 @@ AM_CONDITIONAL([ENABLE_SSSE3_SHA1], [test "$ENABLE_SSSE3_SHA1" = "yes"]) AC_MSG_CHECKING([whether to include error messages]) AC_ARG_ENABLE([error_messages], - AS_HELP_STRING([--disable-error-messages], [do not compile in error messsages]), + AS_HELP_STRING([--disable-error-messages], [do not compile in error messages]), [ENABLE_ERROR_MESSAGES=$enableval], [ENABLE_ERROR_MESSAGES=yes]) AC_MSG_RESULT([$ENABLE_ERROR_MESSAGES])