Skip to content

Commit b149ff2

Browse files
authored
update version numbers for release 17 (#52)
* update version numbers for release 17
1 parent 68db561 commit b149ff2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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, 16.00.0006, [[email protected]])
2+
AC_INIT(psqlodbc, 17.00.0000, [[email protected]])
33
AC_PREREQ(2.57)
44
AC_CONFIG_AUX_DIR(config)
55
AM_INIT_AUTOMAKE

docs/release.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99

1010
<h1>psqlODBC release notes</h1>
1111
<hr>
12-
12+
<ol type="1">
13+
<h2><a id="17.00.0000">psqlODBC 17.00.0000 Release</a></h2>
14+
Changes:<br />
15+
<li>
16+
Release: Update version numbers <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/52">PR #52</a>
17+
Author: <a href="https://github.com/davecramer">Dave Cramer</a>
18+
</li>
19+
</ol>
1320
<ol type="1">
1421
<h2><a id="16.00.0006">psqlODBC 16.00.0006 Release</a></h2>
1522
Changes:<br />

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 "16.00.0006"
17+
#define POSTGRESDRIVERVERSION "17.00.0000"
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 16,0,00,06
23+
#define PG_DRVFILE_VERSION 17,0,00,00
2424
#endif
2525

2626
#endif

0 commit comments

Comments
 (0)