We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4259603 commit 9371242Copy full SHA for 9371242
cmake/version.inc
@@ -4,7 +4,7 @@ PROJECT(TDengine)
4
IF (DEFINED VERNUMBER)
5
SET(TD_VER_NUMBER ${VERNUMBER})
6
ELSE ()
7
- SET(TD_VER_NUMBER "2.6.0.0")
+ SET(TD_VER_NUMBER "2.6.0.32")
8
ENDIF ()
9
10
IF (DEFINED VERCOMPATIBLE)
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: tdengine
2
base: core20
3
-version: '2.6.0.0'
+version: '2.6.0.32'
icon: snap/gui/t-dengine.svg
summary: an open-source big data platform designed and optimized for IoT.
description: |
0 commit comments