Skip to content

Commit

Permalink
ver-2.6.0.22: change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchon committed Sep 30, 2022
1 parent 147b471 commit 30bf1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(TDengine)
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "2.6.0.0")
SET(TD_VER_NUMBER "2.6.0.22")
ENDIF ()

IF (DEFINED VERCOMPATIBLE)
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tdengine
base: core20
version: '2.6.0.0'
version: '2.6.0.22'
icon: snap/gui/t-dengine.svg
summary: an open-source big data platform designed and optimized for IoT.
description: |
Expand Down

0 comments on commit 30bf1bf

Please sign in to comment.