mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
15 lines
759 B
Diff
15 lines
759 B
Diff
diff --git a/include/zbx_dbversion_constants.h b/include/zbx_dbversion_constants.h
|
|
index 9cfb80f..35145ae 100644
|
|
--- a/include/zbx_dbversion_constants.h
|
|
+++ b/include/zbx_dbversion_constants.h
|
|
@@ -64,8 +64,8 @@
|
|
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 20001
|
|
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_STR "2.0.1"
|
|
#define ZBX_TIMESCALE_MIN_VERSION_WITH_LICENSE_PARAM_SUPPORT 20000
|
|
-#define ZBX_TIMESCALE_MAX_VERSION 21699
|
|
-#define ZBX_TIMESCALE_MAX_VERSION_STR "2.16"
|
|
+#define ZBX_TIMESCALE_MAX_VERSION 21799
|
|
+#define ZBX_TIMESCALE_MAX_VERSION_STR "2.17"
|
|
#define ZBX_TIMESCALE_LICENSE_APACHE "apache"
|
|
#define ZBX_TIMESCALE_LICENSE_APACHE_STR "TimescaleDB Apache 2 Edition"
|
|
#define ZBX_TIMESCALE_LICENSE_COMMUNITY "timescale"
|