Merge pull request #7167 from taosdata/tomchon-patch-2

Update version.inc
This commit is contained in:
Hui Li 2021-08-05 14:30:35 +08:00 committed by GitHub
commit 2e0b7f0c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PROJECT(TDengine)
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "2.0.20.10")
SET(TD_VER_NUMBER "2.0.20.12")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)