Prep Relese 16.00.0000. REL-16_00_0000
authorSAITO Hiroshi <hiroshi@winpg.jp>
Sat, 16 Sep 2023 08:18:07 +0000 (17:18 +0900)
committerSAITO Hiroshi <hiroshi@winpg.jp>
Sat, 16 Sep 2023 08:18:07 +0000 (17:18 +0900)
configure.ac
docs/release.html
readme.txt
version.h

index c20ffc400e7c5e6fe465a317e003d01e7001859d..eae07b20e843a9f5318a6c7459cb36e2155176bf 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 15.00.0000, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 16.00.0000, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.57)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
index 02556909fad632cdbcf6e9a6d664b2f22b2d8320..2e529f36c95aec8b36719985d92ab80dc602188f 100644 (file)
@@ -9,6 +9,12 @@
 
 <h1>psqlODBC release notes</h1>
 <hr>
+<h2><a id="16.00.0000">psqlODBC 16.00.0000 Release</a></h2>
+Changes:<br />
+<ol type="1">
+<li>Use autoconf to check for stdbool.h.</li>
+<li>Make it possible to use standard bool on Windows.</li>
+</ol>
 <h2><a id="15.00.0000">psqlODBC 15.00.0000 Release</a></h2>
 Changes:<br />
 <ol type="1">
index 44fb68052d98f46072a7ec996d35b8aef38232b2..7f646576d4ee2ee7064d884a2a8421ec3b7ed276 100644 (file)
@@ -5,7 +5,7 @@
 
 
   Copyright (C) 1998          Insight Distribution Systems
-  Copyright (C) 1998 - 2021   The PostgreSQL Global Development Group
+  Copyright (C) 1998 - 2023   The PostgreSQL Global Development Group
 
   Multibyte support was added by Sankyo Unyu Service, (C) 2001.
 
index 04afa9754bc1bebcbfe1fc54c0e9c572afcc2b1f..500d6e7ef281b087511d177cb109616ec38a435e 100644 (file)
--- a/version.h
+++ b/version.h
  * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
  */
 #ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION      "15.00.0000"
+#define POSTGRESDRIVERVERSION      "16.00.0000"
 #endif
 #ifndef POSTGRES_RESOURCE_VERSION
 #define POSTGRES_RESOURCE_VERSION  POSTGRESDRIVERVERSION
 #endif
 #ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION     15,0,00,00
+#define PG_DRVFILE_VERSION     16,0,00,00
 #endif
 
 #endif