summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cramer2024-08-06 10:12:19 +0000
committerGitHub2024-08-06 10:12:19 +0000
commitcd9c2761de6903cce2e57cc18f4eff0a91a24f2d (patch)
tree2980602fb7443066aae9fad4a8016722fe1bf06e
parentc5053678f09ac204816b7ca7d6624af0f4987e70 (diff)
build against postgresql version 17_beta2 (#37)
* build against postgresql version 17_BETA2 * use openssl v 3_3_1
-rw-r--r--.github/workflows/main.yml4
-rw-r--r--version.h4
2 files changed, 4 insertions, 4 deletions
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