Prep release 09.05.0300. REL-09_05_0300
authorHiroshi Saito <hiroshi@winpg.jp>
Fri, 17 Jun 2016 14:03:43 +0000 (23:03 +0900)
committerHiroshi Saito <hiroshi@winpg.jp>
Fri, 17 Jun 2016 14:03:43 +0000 (23:03 +0900)
configure.ac
installer/productcodes.mak
version.h

index b7e33599175a4ae96c81c61a9f16054490c5edb3..9b88d4c56677ff4f15487ca9dc2cea6781a5569f 100644 (file)
@@ -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
index bb0b532249f7d5230185cb74c211af5aea80e450..0f0f3fcf06195e3398b4609244baf91fb4deffb4 100644 (file)
@@ -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
index 77245658009323011945eb628b7f9897d09618cc..82c0674010d76439ef83f0f2557f61c68c1a87c9 100644 (file)
--- a/version.h
+++ b/version.h
  * 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