Prep release Version 09.00.0100.
authorHiroshi Saito <hiroshi@winpg.jp>
Sat, 28 Aug 2010 00:01:59 +0000 (00:01 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sat, 28 Aug 2010 00:01:59 +0000 (00:01 +0000)
Makefile.am
configure.ac
docs/win32-compilation.html
installer/Make.bat
installer/MakeX64.bat
installer/README.txt
installer/upgrade.bat
installer/upgrade_x64.bat
version.h
win32.mak
win64.mak

index 3d92bf2a2971742ed9c6296a6e6ff8ae0bbf5bd8..826b123ad04504d7e9ef76941730ad855f964ede 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile.am for psqlodbc30w (PostgreSQL ODBC driver)
 #
-# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.53 2009/11/15 05:29:03 hinoue Exp $
+# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.54 2010/08/28 00:01:59 h-saito Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -60,6 +60,7 @@ EXTRA_DIST = license.txt readme.txt \
 \
    installer/banner.bmp installer/lgpl.rtf \
    installer/Make.bat installer/upgrade.bat \
+   installer/MakeX64.bat installer/upgrade_x64.bat \
    installer/psqlodbc.wxs installer/psqlodbcm.wxs \
    installer/README.txt installer/background.bmp
 
index 09ba60404e23f3c162deab1efa7d08e5e6c4e9b2..fc6e59d2195f9e29137a106aeedf776f38d20acf 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.04.0200, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 09.00.0100, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.57)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
index fc2c8ae2d17c1bde7bd0bc4cc3b7b1cb23ccf252..1a7fa33057c95406781ca98fccd224abc3b5bfe8 100644 (file)
@@ -35,7 +35,7 @@ can be used with Microsoft Visual C++ 2005 Edition (including the Express editio
      Preparation before the build:
 </p>
 <ol>
-  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\8.4
+  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\9.0
   <li>OpenSSL should be installed into C:\OpenSSL (OpenSSL binaries can be downloaded from <a href="http://www.slproweb.com/products/Win32OpenSSL.html">http://www.slproweb.com/products/Win32OpenSSL.html</a>)
 </li></ol>
 
@@ -97,11 +97,11 @@ The following build options may be used:
     </tr>
   <tr>
     <td>PG_INC</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\8.4\include</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.0\include</td>
     </tr>
   <tr>
     <td>PG_LIB</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\8.4\lib\ms</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.0\lib\ms</td>
     </tr>
   <tr>
     <td>SSL_INC</td>
index d31a13dc7daaacc0a2872dd4b3a7dbf999997cba..e8ce18e94bdbe3ec1a15adf02a55d79c63469fe9 100644 (file)
@@ -3,13 +3,13 @@
 REM Values to change include VERSION and SUBLOC, both below.
 
 REM The subdirectory to install into
-SET SUBLOC="0804"
+SET SUBLOC="0900"
 
 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.04.0200"
+SET VERSION="09.00.0100"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index b9c3d49b867d092cca201e3475afd6edc021c8da..efe7299fa6f8b6be87c8902a4506a2b9c1d95d05 100755 (executable)
@@ -4,7 +4,7 @@ echo wix_dir=%wix_dir%
 REM Values to change include VERSION and SUBLOC, both below.
 
 REM The subdirectory to install into
-SET SUBLOC="0804"
+SET SUBLOC="0900"
 SET CPUTYPE="x64"
 
 if "%1" == "clean" GOTO CLEAN
@@ -22,7 +22,7 @@ GOTO EXIT
 
 :NORMAL_EXEC
 REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.04.0201"
+SET VERSION="09.00.0100"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index a85ab7369cea528eeec705b0374263ba1aae77d3..40c7ff3f320d3d7685ad7330e4616f900647bb12 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.04.0200
+C:\psqlODBC\Installer> make 09.00.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 8fa4eeb156c545ded7e6812171b777eb995cbf9f..b26b45fecc775bebdbc9c040ddc87ec0b3c865ed 100644 (file)
@@ -2,7 +2,7 @@
 cls
 echo This file will upgrade your psqlODBC installation.
 echo.
-echo You must have psqlODBC 08.04.xxxx installed 
+echo You must have psqlODBC 09.00.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 93cd07c67b5971af1deef8d70b502a931d2ce88d..751b63dc6945190dd152bf4b264a563ef96cd2da 100755 (executable)
@@ -2,7 +2,7 @@
 cls
 echo This file will upgrade your psqlODBC installation.
 echo.
-echo You must have psqlODBC 08.02.xxxx installed 
+echo You must have psqlODBC 09.00.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 bdfec4c97967a1e3f95eaf7eeee357df35154a62..19b44cd10bfa4b5425a9839af60b9c60f24adcc7 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "08.04.0202"
-#define POSTGRES_RESOURCE_VERSION  "08.04.0202\0"
-#define PG_DRVFILE_VERSION     8,4,02,02
-#define PG_BUILD_VERSION       "201008210001"
+#define POSTGRESDRIVERVERSION      "09.00.0100"
+#define POSTGRES_RESOURCE_VERSION  "09.00.0100\0"
+#define PG_DRVFILE_VERSION     9,0,01,00
+#define PG_BUILD_VERSION       "201008280001"
 
 #endif
index 0b797109453fc7ea22e91e7df916e05ab35935c0..95d7bb6f37994329a3b760aceb97915887ce0bef 100644 (file)
--- a/win32.mak
+++ b/win32.mak
@@ -40,12 +40,12 @@ CFG=Release
 #
 #
 !IF "$(PG_INC)" == ""
-PG_INC=$(PROGRAMFILES)\PostgreSQL\8.4\include
+PG_INC=$(PROGRAMFILES)\PostgreSQL\9.0\include
 !MESSAGE Using default PostgreSQL Include directory: $(PG_INC)
 !ENDIF
 
 !IF "$(PG_LIB)" == ""
-PG_LIB=$(PROGRAMFILES)\PostgreSQL\8.4\lib
+PG_LIB=$(PROGRAMFILES)\PostgreSQL\9.0\lib
 !MESSAGE Using default PostgreSQL Library directory: $(PG_LIB)
 !ENDIF
 
index ef08dbcb603c74e3dbd5d656fca12a49cb713590..84385a685a848b5f488dab6fce19479cd82f381d 100755 (executable)
--- a/win64.mak
+++ b/win64.mak
@@ -48,7 +48,7 @@ ADD_DEFINES=/D _WIN64
 #
 #
 !IF "$(PG_INC)" == ""
-PG_INC=$(PROGRAMFILES)\PostgreSQL\8.4\include
+PG_INC=$(PROGRAMFILES)\PostgreSQL\9.0\include
 !MESSAGE Using default PostgreSQL Include directory: $(PG_INC)
 !ENDIF