Skip to content

Commit 59728b9

Browse files
authored
update version numbers (#63)
1 parent 7dd7413 commit 59728b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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, 16.00.0007, [[email protected]])
2+
AC_INIT(psqlodbc, 17.00.0002, [[email protected]])
33
AC_PREREQ(2.57)
44
AC_CONFIG_AUX_DIR(config)
55
AM_INIT_AUTOMAKE

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.0007"
17+
#define POSTGRESDRIVERVERSION "17.00.0002"
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,07
23+
#define PG_DRVFILE_VERSION 17,0,00,02
2424
#endif
2525

2626
#endif

0 commit comments

Comments
 (0)