#
# Makefile.am for psqlodbc30w (PostgreSQL ODBC driver)
#
-# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.46 2007/12/28 13:39:41 h-saito Exp $
+# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.47 2008/01/21 05:19:32 h-saito Exp $
#
#-------------------------------------------------------------------------
EXTRA_DIST = license.txt readme.txt \
libtool.m4 psqlodbc.def psqlodbca.def \
dlg_wingui.c inouealc.c win_setup.h \
- setup.c win_unicode.c psqlodbc.rc \
- win32.mak psqlodbc.reg psqlodbc.dsp \
+ setup.c win_unicode.c psqlodbc.rc win64.mak \
+ win32.mak psqlodbc.reg psqlodbc.dsp psqlodbc.vcproj \
psqlodbc.sln msdtc_enlist.cpp pgxalib.cpp \
pgxalib.def odbc.sql odbc-drop.sql \
odbcapi25w.c sspisvcs.c sspisvcs.h \
# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0500, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.03.0100, [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.02.0X00 Release </h2>
+<h2>psqlODBC 08.03.0100 Release </h2>
Changes:<br>
1.) Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.<br>
2.) Use SSPI service for SSL support when libpq is unavailable.<br>
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "08.02.0501"
-#define POSTGRES_RESOURCE_VERSION "08.02.0501\0"
-#define PG_DRVFILE_VERSION 8,2,05,01
-#define PG_BUILD_VERSION "200712180001"
+#define POSTGRESDRIVERVERSION "08.03.0100"
+#define POSTGRES_RESOURCE_VERSION "08.03.0100\0"
+#define PG_DRVFILE_VERSION 8,3,01,00
+#define PG_BUILD_VERSION "200801210001"
#endif