release:update 3.0 version to 3.0.2.5 (#19897)

This commit is contained in:
xiaolei li 2023-02-10 00:31:20 +08:00 committed by GitHub
parent 4d4c5645ec
commit ee9e3a1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
IF (DEFINED VERNUMBER) IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER}) SET(TD_VER_NUMBER ${VERNUMBER})
ELSE () ELSE ()
SET(TD_VER_NUMBER "3.0.2.4") SET(TD_VER_NUMBER "3.0.2.5")
ENDIF () ENDIF ()
IF (DEFINED VERCOMPATIBLE) IF (DEFINED VERCOMPATIBLE)