From 4f9e08c902dff4440fcfefb59782f2b48c96100a Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 17 Jun 2016 23:03:43 +0900 Subject: [PATCH] Prep release 09.05.0300. --- configure.ac | 2 +- installer/productcodes.mak | 3 +++ version.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b7e3359..9b88d4c 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.05.0210, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 09.05.0300, [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 bb0b532..0f0f3fc 100644 --- a/installer/productcodes.mak +++ b/installer/productcodes.mak @@ -19,6 +19,9 @@ SUBLOC=0905 !ELSE IF "$(POSTGRESDRIVERVERSION)" == "09.05.0200" PRODUCTCODE="E40653B0-7482-45F6-9BBB-BBB4414E282C" SUBLOC=0905 +!ELSE IF "$(POSTGRESDRIVERVERSION)" == "09.05.0300" +PRODUCTCODE="6621B0BF-1017-4b6d-AB9A-C1F9CFF092C8" +SUBLOC=0905 !ELSE !MESSAGE Driver version $(POSTGRESDRIVERVERSION) is not listed in productcodes.mak EXIT diff --git a/version.h b/version.h index 7724565..82c0674 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "09.05.0210" +#define POSTGRESDRIVERVERSION "09.05.0300" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 9,5,02,10 +#define PG_DRVFILE_VERSION 9,5,03,00 #endif #endif -- 2.39.5