Update version numbers for release 17.0003 (#77)
authorDave Cramer <davecramer@gmail.com>
Mon, 25 Nov 2024 16:11:44 +0000 (11:11 -0500)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 16:11:44 +0000 (11:11 -0500)
configure.ac
version.h

index beab5e234b359cd1a645c376ae21c01920ce02c3..56eecbde446b4d0985f88f35cd98f21a9bdcbd3a 100644 (file)
@@ -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
index 7c8cc68f2867a6af04bfac5f9f6ce58624dc9f32..35fb412d334d23b73f0ec54fdbd0fe7ac7a10faf 100644 (file)
--- a/version.h
+++ b/version.h
  * 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