summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Saito2016-06-17 14:03:43 +0000
committerHiroshi Saito2016-06-17 14:03:43 +0000
commit4f9e08c902dff4440fcfefb59782f2b48c96100a (patch)
tree0f050c5ad648f6f05f8298d6374b6f50a68fe8ba
parent96c39fd49d96c85da49a112f2dd895f0ca2036ed (diff)
Prep release 09.05.0300.REL-09_05_0300
-rw-r--r--configure.ac2
-rw-r--r--installer/productcodes.mak3
-rw-r--r--version.h4
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