Prep release Version 08.03.0300. REL-08_03_0300
authorHiroshi Saito <hiroshi@winpg.jp>
Fri, 26 Sep 2008 13:44:33 +0000 (13:44 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Fri, 26 Sep 2008 13:44:33 +0000 (13:44 +0000)
configure.ac
docs/release.html
installer/Make.bat
installer/README.txt
version.h

index a56e4681ed57490ccf7db5dabcc9bc09483bc670..4c36753251b638bfedae22aa263ad4ac9099ab2e 100644 (file)
@@ -1,5 +1,5 @@
 # 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
index 9e7fd1a87b6abb6911cba6d47189ea76bbf044ff..db468026cf33654270ba1c49294b5827fbb28405 100644 (file)
@@ -9,7 +9,7 @@
   
 <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>
index 999c454c50682932c6708682b08d860495640756..1eb6bf7de46ee0288f898b0161248a9e8e70b299 100644 (file)
@@ -9,7 +9,7 @@ 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.0200"
+SET VERSION="08.03.0300"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index b6449522e21675ced0706997d788e5749a016119..addbbc0469dbb0bd8a405f9f47a0fe27402c0822 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.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:
index 6d200e33f204e3307ad653dfceca26af6dea6431..c4691f5d4718e61c7772e37f125a163f1fdd8cad 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
 #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