summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cramer2024-09-27 13:02:11 +0000
committerGitHub2024-09-27 13:02:11 +0000
commitb149ff2150c8f451be1f62bc57aea8b6be5ac855 (patch)
treeaa2efd45c41cafc803c2875eb424e193dcf02b40
parent68db561ae52fd0d9c92d025232855893eef28cf8 (diff)
update version numbers for release 17 (#52)
* update version numbers for release 17
-rw-r--r--configure.ac2
-rw-r--r--docs/release.html9
-rw-r--r--version.h4
3 files changed, 11 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c83ddd7..90ed2a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/docs/release.html b/docs/release.html
index f56c95c..1dfd782 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -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 />
diff --git a/version.h b/version.h
index adb0a61..38fcec3 100644
--- a/version.h
+++ b/version.h
@@ -14,13 +14,13 @@
* 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