From 467eb765b5e5b5507580ae78bf70e4e79c76c7ae Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 18 Apr 2014 01:03:46 -0500 Subject: [PATCH] Update version to 1.6.3-BETA --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0640ea27..768b86c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.6.2], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.6.3-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0