From 363adc512174b50311478d757f641a3234ba9baa Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Mon, 25 Nov 2024 11:11:44 -0500 Subject: [PATCH] Update version numbers for release 17.0003 (#77) --- configure.ac | 2 +- version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index beab5e2..56eecbd 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.0002, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 17.00.0003, [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 7c8cc68..35fb412 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.0002" +#define POSTGRESDRIVERVERSION "17.00.0003" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 17,0,00,02 +#define PG_DRVFILE_VERSION 17,0,00,03 #endif #endif