# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 17.00.0002, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 17.00.0003, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION "17.00.0002"
+#define POSTGRESDRIVERVERSION "17.00.0003"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 17,0,00,02
+#define PG_DRVFILE_VERSION 17,0,00,03
#endif
#endif