From a57d0de0caa54a9718282c153895cb349f755f88 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 8 Jan 2016 23:24:39 +0900 Subject: [PATCH] Prep Release 09.05.0100. --- configure.ac | 2 +- installer/productcodes.mak | 3 +++ installer/upgrade.bat | 2 +- installer/upgrade_x64.bat | 2 +- version.h | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 4a73dbd..9781958 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.03.0400, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 09.05.0100, [pgsql-odbc@postgresql.org]) AC_PREREQ(2.57) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/installer/productcodes.mak b/installer/productcodes.mak index b343071..4343424 100644 --- a/installer/productcodes.mak +++ b/installer/productcodes.mak @@ -13,6 +13,9 @@ SUBLOC=0903 !ELSE IF "$(POSTGRESDRIVERVERSION)" == "09.03.0300" PRODUCTCODE="1F896F2F-5756-4d22-B5A3-040796C9B485" SUBLOC=0903 +!ELSE IF "$(POSTGRESDRIVERVERSION)" == "09.05.0100" +PRODUCTCODE="4C4C4544-004D-5210-8035-B4C04F4B5731" +SUBLOC=0905 !ELSE !MESSAGE Driver version $(POSTGRESDRIVERVERSION) is not listed in productcodes.mak EXIT diff --git a/installer/upgrade.bat b/installer/upgrade.bat index 7949bb3..8b25392 100755 --- a/installer/upgrade.bat +++ b/installer/upgrade.bat @@ -3,7 +3,7 @@ cls echo This file will upgrade your psqlODBC installation. echo. -echo You must have psqlODBC 09.03.xxxx installed +echo You must have psqlODBC 09.05.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 diff --git a/installer/upgrade_x64.bat b/installer/upgrade_x64.bat index c7ce21c..b218304 100755 --- a/installer/upgrade_x64.bat +++ b/installer/upgrade_x64.bat @@ -2,7 +2,7 @@ cls echo This file will upgrade your psqlODBC installation. echo. -echo You must have psqlODBC 09.03.xxxx installed +echo You must have psqlODBC 09.05.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 diff --git a/version.h b/version.h index 4bddc12..98ebb06 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "09.03.0400" +#define POSTGRESDRIVERVERSION "09.05.0100" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 9,3,04,00 +#define PG_DRVFILE_VERSION 9,5,01,00 #endif #endif -- 2.39.5