Skip to content

Commit 20097cd

Browse files
authored
Update release notes and versions for 17.00.0004 (#80)
1 parent 8d41363 commit 20097cd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT(psqlodbc, 17.00.0003, [pgsql-odbc@postgresql.org])
2+
AC_INIT(psqlodbc, 17.00.0004, [pgsql-odbc@postgresql.org])
33
AC_PREREQ(2.57)
44
AC_CONFIG_AUX_DIR(config)
55
AM_INIT_AUTOMAKE

docs/release.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<h1>psqlODBC release notes</h1>
1111
<hr>
1212
<ol type="1">
13+
<h2><a id="17.00.0004">psqlODBC 17.00.0004 Release</a></h2>
14+
Changes:<br />
15+
<li>
16+
Chore: Remove the NMAKE build system for installers <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/65">PR #65</a>
17+
Author: <a href="https://github.com/">Christian Ullrich</a>
18+
</li>
19+
<li>
20+
1321
<h2><a id="17.00.0003">psqlODBC 17.00.0003 Release</a></h2>
1422
Changes:<br />
1523
<li>

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
1515
*/
1616
#ifndef POSTGRESDRIVERVERSION
17-
#define POSTGRESDRIVERVERSION "17.00.0003"
17+
#define POSTGRESDRIVERVERSION "17.00.0004"
1818
#endif
1919
#ifndef POSTGRES_RESOURCE_VERSION
2020
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
2121
#endif
2222
#ifndef PG_DRVFILE_VERSION
23-
#define PG_DRVFILE_VERSION 17,0,00,03
23+
#define PG_DRVFILE_VERSION 17,0,00,04
2424
#endif
2525

2626
#endif

0 commit comments

Comments
 (0)