Skip to content

Commit b4897ee

Browse files
authored
release version 18.00.0001 (#167)
1 parent 6be815e commit b4897ee

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.0010, [pgsql-odbc@postgresql.org])
2+
AC_INIT(psqlodbc, 18.00.0001, [pgsql-odbc@postgresql.org])
33
AC_PREREQ(2.57)
44
AC_CONFIG_AUX_DIR(config)
55
AM_INIT_AUTOMAKE

docs/release.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
<h1>psqlODBC release notes</h1>
1111
<hr>
12+
<ol type="1">
13+
<h2><a id="18.00.0001">psqlODBC 18.00.0001 Release</a></h2>
14+
Changes:<br />
15+
<li>
16+
No code changes from 18.00.0000
17+
</li>
18+
</ol>
1219
<ol type="1">
1320
<h2><a id="17.00.0010">psqlODBC 17.00.0010 Release</a></h2>
1421
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 "17.00.0010"
17+
#define POSTGRESDRIVERVERSION "18.00.0001"
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,10
23+
#define PG_DRVFILE_VERSION 18,0,00,01
2424
#endif
2525

2626
#endif

0 commit comments

Comments
 (0)