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