From: Eric Biggers Date: Mon, 31 Mar 2014 05:34:56 +0000 (-0500) Subject: v1.6.2 X-Git-Tag: v1.6.2 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=3b0fccf127a6f872841e68825a85470f7d88185c v1.6.2 --- diff --git a/NEWS b/NEWS index 00f43502..a812d72e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Only the most important changes more recent than version 0.6 are noted here. -Version 1.6.2 (BETA): +Version 1.6.2: Case-insensitive comparisons of strings (e.g. filenames) containing UTF-16 codepoints above 32767 are now done correctly. diff --git a/configure.ac b/configure.ac index d1b7799b..0640ea27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.6.2-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.6.2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])