From c335dbf3fa25b524e935e98cf26b96a2e13f5c81 Mon Sep 17 00:00:00 2001 From: lurcher Date: Tue, 8 Aug 2023 11:51:49 +0100 Subject: [PATCH] New Release 2.3.12 --- ChangeLog | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d9dc73..73be36e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -13-May-2022 -2.3.12pre +8-Aug-2023 +2.3.12 * Fix iconv handle leak with pooling * Add windows encoding patch diff --git a/configure.ac b/configure.ac index 82a8d69..387e032 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([unixODBC], [2.3.12pre], nick@unixodbc.org, [unixODBC]) +AC_INIT([unixODBC], [2.3.12], nick@unixodbc.org, [unixODBC]) AM_INIT_AUTOMAKE dnl Checks for programs.