# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0002, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.02.0003, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([bind.c])
if NOT "%1"=="" GOTO GOT_VERSION
REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.02.0002"
+SET VERSION="08.02.0003"
echo.
echo Version not specified - defaulting to %VERSION%
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "08.02.0002"
-#define POSTGRES_RESOURCE_VERSION "08.02.0002\0"
-#define PG_DRVFILE_VERSION 8,2,0,02
+#define POSTGRESDRIVERVERSION "08.02.0003"
+#define POSTGRES_RESOURCE_VERSION "08.02.0003\0"
+#define PG_DRVFILE_VERSION 8,2,0,03
#endif