Skip to content

Commit

Permalink
update version numbers for release 17 (#52)
Browse files Browse the repository at this point in the history
* update version numbers for release 17
  • Loading branch information
davecramer authored Sep 27, 2024
1 parent 68db561 commit b149ff2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(psqlodbc, 16.00.0006, [[email protected]])
AC_INIT(psqlodbc, 17.00.0000, [[email protected]])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
Expand Down
9 changes: 8 additions & 1 deletion docs/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b149ff2

Please sign in to comment.