update version numbers for release 17 (#52)
authorDave Cramer <davecramer@gmail.com>
Fri, 27 Sep 2024 13:02:11 +0000 (09:02 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 13:02:11 +0000 (09:02 -0400)
* update version numbers for release 17

configure.ac
docs/release.html
version.h

index c83ddd75ad37acae896e0403fa2d4d1af6d459ab..90ed2a80b63fef2e2efd0a2c58fee8e493b10fca 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 16.00.0006, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 17.00.0000, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.57)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
index f56c95c9ee4eb49c579b16717ee4cd1613dffb3f..1dfd782b5695b3ee86c1a429139707cebede3529 100644 (file)
@@ -9,7 +9,14 @@
  
 <h1>psqlODBC release notes</h1>
 <hr>
-
+<ol type="1">
+<h2><a id="17.00.0000">psqlODBC 17.00.0000 Release</a></h2>
+Changes:<br />
+<li> 
+  Release: Update version numbers <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/52">PR #52</a>
+  Author: <a href="https://github.com/davecramer">Dave Cramer</a>
+</li>
+</ol>
 <ol type="1">
   <h2><a id="16.00.0006">psqlODBC 16.00.0006 Release</a></h2>
   Changes:<br />
index adb0a61024ec91442c47456fcf903d2e5d9853c2..38fcec39533f1d1417afcf35c406368595efb529 100644 (file)
--- a/version.h
+++ b/version.h
  * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
  */
 #ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION      "16.00.0006"
+#define POSTGRESDRIVERVERSION      "17.00.0000"
 #endif
 #ifndef POSTGRES_RESOURCE_VERSION
 #define POSTGRES_RESOURCE_VERSION  POSTGRESDRIVERVERSION
 #endif
 #ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION     16,0,00,06
+#define PG_DRVFILE_VERSION     17,0,00,00
 #endif
 
 #endif