From 05c5009d4707b542be03e980b44d6b85ce19b3a0 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 26 Sep 2008 13:44:33 +0000 Subject: [PATCH] Prep release Version 08.03.0300. --- configure.ac | 2 +- docs/release.html | 2 +- installer/Make.bat | 2 +- installer/README.txt | 2 +- version.h | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index a56e468..4c36753 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/docs/release.html b/docs/release.html index 9e7fd1a..db46802 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 08.03.xxxx Release

+

psqlODBC 08.03.0300 Release

Changes:
1.) SQLGUID type support thanks to Jan-Willem Goossens.
2.) Fix a bug about silently adding a *for read only* clause.
diff --git a/installer/Make.bat b/installer/Make.bat index 999c454..1eb6bf7 100644 --- a/installer/Make.bat +++ b/installer/Make.bat @@ -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% diff --git a/installer/README.txt b/installer/README.txt index b644952..addbbc0 100644 --- a/installer/README.txt +++ b/installer/README.txt @@ -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: diff --git a/version.h b/version.h index 6d200e3..c4691f5 100644 --- 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 -- 2.39.5