Prep 08.04.0100.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 7 Apr 2009 16:08:45 +0000 (16:08 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 7 Apr 2009 16:08:45 +0000 (16:08 +0000)
configure.ac
docs/release.html
installer/Make.bat
installer/README.txt
installer/upgrade.bat
readme.txt
version.h

index 672a08263c37775c37e5b5db9ff2db4f7f863aa6..6813ffd5c8588d08e5c816fb08a918f44a4dc7f0 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.03.0400, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.04.0100, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.57)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
index 341140fed00cd2c5ff13638f7d3299885816c874..fc350dd33d8a0b7a3b469ac15afcc7e21aeb9504 100644 (file)
@@ -9,7 +9,7 @@
   
 <h1>psqlODBC release notes</h1>
 <hr>
-<h2>psqlODBC 08.04.xxxx Release </h2>
+<h2>psqlODBC 08.04.0100 Release </h2>
 Changes:<br>
 1.) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq.<br>
 2.) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi.<br>
index 6cc36c118cf8951b8b1222255062fef9636cb868..5e46a44d438fef32d8c367f67dc0bf9f9cbb7a55 100644 (file)
@@ -3,13 +3,13 @@
 REM Values to change include VERSION and SUBLOC, both below.
 
 REM The subdirectory to install into
-SET SUBLOC="0803"
+SET SUBLOC="0804"
 
 if NOT "%1"=="" SET VERSION="%1"
 if NOT "%1"=="" GOTO GOT_VERSION
 
 REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.03.0400"
+SET VERSION="08.04.0100"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index 133f577ab84d2ff97ed17c067cc83391600b51a6..62d7f084bf9d27ff6999ad3dbf6a62edc173c283 100644 (file)
@@ -8,7 +8,7 @@ time writing. WiX may be downloaded from:
 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.0400
+C:\psqlODBC\Installer> make 08.04.0100
 
 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:
index bc196a7ad30b0fcfa304070eaccbbb80216e52cc..8fa4eeb156c545ded7e6812171b777eb995cbf9f 100644 (file)
@@ -2,7 +2,7 @@
 cls
 echo This file will upgrade your psqlODBC installation.
 echo.
-echo You must have psqlODBC 08.03.xxxx installed 
+echo You must have psqlODBC 08.04.xxxx installed 
 echo from the official MSI installation to use this upgrade path.
 echo.
 echo If psqlODBC or any of it's components are in use
index 1e614cfcca52b8055f4c403c19322a0b5536ae17..1001bba1c27de7c3ad837aee068ad9f9f324fcab 100644 (file)
@@ -5,7 +5,7 @@
 
 
   Copyright (C) 1998          Insight Distribution Systems
-  Copyright (C) 1998 - 2008   The PostgreSQL Global Development Group
+  Copyright (C) 1998 - 2009   The PostgreSQL Global Development Group
 
   Multibyte support was added by Sankyo Unyu Service, (C) 2001.
 
index 9a8918f847e0119595401874d7a783e55ade2af8..ebf44c46f8e1947970e0bea597ee76d4bc2aeec3 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "08.03.0402"
-#define POSTGRES_RESOURCE_VERSION  "08.03.0402\0"
-#define PG_DRVFILE_VERSION     8,3,04,02
-#define PG_BUILD_VERSION       "200904060003"
+#define POSTGRESDRIVERVERSION      "08.04.0100"
+#define POSTGRES_RESOURCE_VERSION  "08.04.0100\0"
+#define PG_DRVFILE_VERSION     8,4,01,00
+#define PG_BUILD_VERSION       "200904080001"
 
 #endif