From 24dbc591f48a8ef0f9416adc1ad47896f53fc58e Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 16 Aug 2012 12:35:06 +0000 Subject: [PATCH] Prep release 09.01.0200 --- configure.ac | 2 +- docs/release.html | 2 +- installer/Make.bat | 2 +- installer/MakeX64.bat | 2 +- installer/README.txt | 2 +- version.h | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 327f73e..37f6c77 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 09.01.0100, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 09.01.0200, [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 6536fa7..94868b6 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 09.xx.xxxx Release

+

psqlODBC 09.01.0200 Release

Changes:
1.) Use int instead of size_t when condition >=0 is used.
2.) Add a necessary break in a switch statement etc.
diff --git a/installer/Make.bat b/installer/Make.bat index b6cc61f..4f3ceef 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="09.01.0100" +SET VERSION="09.01.0200" echo. echo Version not specified - defaulting to %VERSION% diff --git a/installer/MakeX64.bat b/installer/MakeX64.bat index 5083020..44c0ec8 100755 --- a/installer/MakeX64.bat +++ b/installer/MakeX64.bat @@ -86,7 +86,7 @@ GOTO EXIT :NORMAL_EXEC REM The full version number of the build in XXXX.XX.XX format -SET VERSION="09.01.0100" +SET VERSION="09.01.0200" echo. echo Version not specified - defaulting to %VERSION% diff --git a/installer/README.txt b/installer/README.txt index 6ac43fb..62d7560 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 09.01.0100 +C:\psqlODBC\Installer> make 09.01.0200 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 b1c8c0f..b2c07a5 100644 --- a/version.h +++ b/version.h @@ -9,9 +9,9 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define POSTGRESDRIVERVERSION "09.01.0101" -#define POSTGRES_RESOURCE_VERSION "09.01.0101\0" -#define PG_DRVFILE_VERSION 9,1,01,01 -#define PG_BUILD_VERSION "201208100001" +#define POSTGRESDRIVERVERSION "09.01.0200" +#define POSTGRES_RESOURCE_VERSION "09.01.0200\0" +#define PG_DRVFILE_VERSION 9,1,02,00 +#define PG_BUILD_VERSION "201208160000" #endif -- 2.39.5