Merge pull request #29180 from taosdata/doc/contrib

set version number
This commit is contained in:
Shengliang Guan 2024-12-17 14:31:28 +08:00 committed by GitHub
commit 80d69d4c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "3.3.4.8.alpha")
SET(TD_VER_NUMBER "3.3.5.0.alpha")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)