From 77f78ea75735bee9872b5c2a2e362709b8df4882 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 29 Jan 2021 08:32:49 -0500 Subject: [PATCH] Version 0.9.2, Beta 3 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 59ae7b9..45fb94c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 0.9.2 (Beta 3) +============= + +* String literals in SQL statements had an extra quotation mark added during evaluation (bug introduced in 0.9.1) +* Improved locale handling compared to earlier betas + Version 0.9.2 (Beta 2) ============= diff --git a/configure.ac b/configure.ac index b7d494c..5f1a77c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([mdbtools],[0.9.2-beta2],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools]) +AC_INIT([mdbtools],[0.9.2-beta3],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)