Prep release 08.03.0100
authorHiroshi Saito <hiroshi@winpg.jp>
Mon, 21 Jan 2008 05:19:32 +0000 (05:19 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Mon, 21 Jan 2008 05:19:32 +0000 (05:19 +0000)
Makefile.am
configure.ac
docs/release.html
version.h

index b4725ed8977642d8a17a491328e786d727519752..d2ab5473f1f1c48defdbeb0b5dc140aa8e3d46a2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # 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 $
 #
 #-------------------------------------------------------------------------
 
@@ -44,8 +44,8 @@ EXTRA_psqlodbcw_la_SOURCES = md5.c
 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 \
index 5db73fbf627b4d4f1a98c5be3a8d115f2f76024a..75131f12daf4e92975c4f8eb9561843933187026 100644 (file)
@@ -1,5 +1,5 @@
 # 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
index 7b6f7374df9f6f2de5a19e690341d79cb43a5212..4c91ea47caee53521aa1c51966ee7c14fd2dbb2f 100644 (file)
@@ -9,7 +9,7 @@
   
 <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>
index 55a9ee9ac6da92125652592e0152702da4aadf3c..e1c7072b36f5de314e270f8c58307985ab970b9a 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
 #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