Prep Release 09.05.0100.
authorHiroshi Saito <hiroshi@winpg.jp>
Fri, 8 Jan 2016 14:24:39 +0000 (23:24 +0900)
committerHiroshi Saito <hiroshi@winpg.jp>
Fri, 8 Jan 2016 14:24:39 +0000 (23:24 +0900)
configure.ac
installer/productcodes.mak
installer/upgrade.bat
installer/upgrade_x64.bat
version.h

index 4a73dbde544027d088319243094066200fa577c5..97819580cc834d663de46835ad0b5e71755238ca 100644 (file)
@@ -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
index b3430717033589094be8698033979accc246242a..43434241497b4f7677e3e9438489d69bdac0811e 100644 (file)
@@ -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
index 7949bb3a0bb2da898b5b993489a2f25dd1e9e035..8b2539273f19446a107f24c7d906e44f0cb06b77 100755 (executable)
@@ -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
index c7ce21c07f144c174929373435834157e393fbc3..b2183047b26240cd7880776202c87cd528a02b3b 100755 (executable)
@@ -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
index 4bddc1295025a7bef7d43754b45690f8f7cb93b4..98ebb065b4e4481c194181a9d79bd89ac4d5bd9d 100644 (file)
--- a/version.h
+++ b/version.h
  * 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