From 3b0fccf127a6f872841e68825a85470f7d88185c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 31 Mar 2014 00:34:56 -0500 Subject: [PATCH] v1.6.2 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.43.0