# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.03.0200, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.03.0300, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
<h1>psqlODBC release notes</h1>
<hr>
-<h2>psqlODBC 08.03.xxxx Release </h2>
+<h2>psqlODBC 08.03.0300 Release </h2>
Changes:<br>
1.) SQLGUID type support thanks to Jan-Willem Goossens.<br>
2.) Fix a bug about silently adding a *for read only* clause.<br>
if NOT "%1"=="" GOTO GOT_VERSION
REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.03.0200"
+SET VERSION="08.03.0300"
echo.
echo Version not specified - defaulting to %VERSION%
In order to build the installer, first ensure that a suitable binary is in
the $SRC\Release directory, then, from the $SRC\Installer directory run:
-C:\psqlODBC\Installer> make 08.03.0200
+C:\psqlODBC\Installer> make 08.03.0300
The version number will default to a value set in the Make.bat batch file if
not specified on the command line. 2 files will be built:
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "08.03.0201"
-#define POSTGRES_RESOURCE_VERSION "08.03.0201\0"
-#define PG_DRVFILE_VERSION 8,3,02,01
-#define PG_BUILD_VERSION "2008008030001"
+#define POSTGRESDRIVERVERSION "08.03.0300"
+#define POSTGRES_RESOURCE_VERSION "08.03.0300\0"
+#define PG_DRVFILE_VERSION 8,3,03,00
+#define PG_BUILD_VERSION "200809260001"
#endif