diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-11-21 15:30:55 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2023-11-22 01:32:12 +0000 |
commit | cfd07a072ac3b3d0c7a1f4f82c0cf8829e113ae5 (patch) | |
tree | d8f1cb5455be624962d8c4c17b2b9db68a4328f7 /version.properties | |
parent | 10c164a4bc94aad3a8179f0c4abcb6ce3866522e (diff) |
Change the release version to 13.0.0montreal
Issue-ID: USECASEUI-828
Change-Id: I6891823450d9917d98ab1bd53edc8f1e09f82055
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
(cherry picked from commit d135d9c4fc7422aae79f00ca88a3f6b2b7e362e1)
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index e56fd4dd..6b9af63e 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 -minor=3 +major=13 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |