summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cramer2024-12-09 15:14:42 +0000
committerGitHub2024-12-09 15:14:42 +0000
commit20097cdf913de593b17d8aa9ec163de4e12896c0 (patch)
treebc33744e3933041e9e2ab6bf697449f1aeda2c94
parent8d413635dcc385b0165945e0b8871e053ef9c344 (diff)
Update release notes and versions for 17.00.0004 (#80)
-rw-r--r--configure.ac2
-rw-r--r--docs/release.html8
-rw-r--r--version.h4
3 files changed, 11 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 56eecbd..f35c825 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.0003, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 17.00.0004, [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 b3704da..3cc5bd9 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -10,6 +10,14 @@
<h1>psqlODBC release notes</h1>
<hr>
<ol type="1">
+ <h2><a id="17.00.0004">psqlODBC 17.00.0004 Release</a></h2>
+ Changes:<br />
+ <li>
+ Chore: Remove the NMAKE build system for installers <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/65">PR #65</a>
+ Author: <a href="https://github.com/">Christian Ullrich</a>
+ </li>
+ <li>
+
<h2><a id="17.00.0003">psqlODBC 17.00.0003 Release</a></h2>
Changes:<br />
<li>
diff --git a/version.h b/version.h
index 35fb412..dd398ff 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.0003"
+#define POSTGRESDRIVERVERSION "17.00.0004"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 17,0,00,03
+#define PG_DRVFILE_VERSION 17,0,00,04
#endif
#endif