From: Dave Cramer Date: Tue, 6 Aug 2024 10:12:19 +0000 (-0400) Subject: build against postgresql version 17_beta2 (#37) X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cd9c2761de6903cce2e57cc18f4eff0a91a24f2d;p=psqlodbc.git build against postgresql version 17_beta2 (#37) * build against postgresql version 17_BETA2 * use openssl v 3_3_1 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcfcba0..255b4a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,9 @@ env: WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache # Software versions. - POSTGRESQL_SOURCE_TAG: 'REL_16_3' + POSTGRESQL_SOURCE_TAG: 'REL_17_BETA2' POSTGRESQL_PACKAGE_FILEID: '1259019' - OPENSSL_VERSION: '3_3_0' + OPENSSL_VERSION: '3_3_1' PKGCONFIGLITE_VERSION: '0.28-1' WINFLEXBISON_VERSION: '2.5.24' DIFFUTILS_VERSION: '2.8.7-1' diff --git a/version.h b/version.h index 67cca3f..38fcec3 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "16.00.0005" +#define POSTGRESDRIVERVERSION "17.00.0000" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 16,0,00,00 +#define PG_DRVFILE_VERSION 17,0,00,00 #endif #endif