From 196279073b2fa563b0b1554072f8e3aa2865ddab Mon Sep 17 00:00:00 2001 From: SAITO Hiroshi Date: Sat, 16 Sep 2023 17:18:07 +0900 Subject: [PATCH] Prep Relese 16.00.0000. --- configure.ac | 2 +- docs/release.html | 6 ++++++ readme.txt | 2 +- version.h | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index c20ffc4..eae07b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/docs/release.html b/docs/release.html index 0255690..2e529f3 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,12 @@

psqlODBC release notes


+

psqlODBC 16.00.0000 Release

+Changes:
+
    +
  1. Use autoconf to check for stdbool.h.
  2. +
  3. Make it possible to use standard bool on Windows.
  4. +

psqlODBC 15.00.0000 Release

Changes:
    diff --git a/readme.txt b/readme.txt index 44fb680..7f64657 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/version.h b/version.h index 04afa97..500d6e7 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * 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 -- 2.39.5