From: Dave Cramer Date: Tue, 1 Oct 2024 13:19:08 +0000 (-0400) Subject: update version numbers to release 16.00.0007 to release a version 16 with the latest... X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e271b496825f0bd062a43128c041b51aa1277741;p=psqlodbc.git update version numbers to release 16.00.0007 to release a version 16 with the latest memory fixes (#62) --- diff --git a/configure.ac b/configure.ac index 90ed2a8..010e7af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 17.00.0000, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 16.00.0007, [pgsql-odbc@postgresql.org]) AC_PREREQ(2.57) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/version.h b/version.h index 38fcec3..a06e66d 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "17.00.0000" +#define POSTGRESDRIVERVERSION "16.00.0007" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 17,0,00,00 +#define PG_DRVFILE_VERSION 16,0,00,07 #endif #endif