From e0d8ea47f7598fbe10a32247632ce165b3fa784d Mon Sep 17 00:00:00 2001 From: Aleksej Tikhanovich Date: Fri, 5 Jul 2024 17:18:28 +0200 Subject: [PATCH 1/2] fix: bump tao version with 2024-08 --- manifest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.php b/manifest.php index fd76830fc8..898aad5579 100755 --- a/manifest.php +++ b/manifest.php @@ -359,9 +359,9 @@ ], 'constants' => [ #TAO version number - 'TAO_VERSION' => '2024.07', + 'TAO_VERSION' => '2024.08', #TAO version label - 'TAO_VERSION_NAME' => '2024.07', + 'TAO_VERSION_NAME' => '2024.08', #the name to display 'PRODUCT_NAME' => 'TAO', #TAO release status, use to add specific footer to TAO, available alpha, beta, demo, stable From d2deaa1143110d0a0c14a72c186998854f38f77a Mon Sep 17 00:00:00 2001 From: Aleksej Tikhanovich Date: Fri, 5 Jul 2024 17:19:58 +0200 Subject: [PATCH 2/2] fix: bump tao version with 2024-08 --- manifest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.php b/manifest.php index 898aad5579..3bd39f1c2b 100755 --- a/manifest.php +++ b/manifest.php @@ -359,9 +359,9 @@ ], 'constants' => [ #TAO version number - 'TAO_VERSION' => '2024.08', + 'TAO_VERSION' => '2024.08 LTS', #TAO version label - 'TAO_VERSION_NAME' => '2024.08', + 'TAO_VERSION_NAME' => '2024.08 LTS', #the name to display 'PRODUCT_NAME' => 'TAO', #TAO release status, use to add specific footer to TAO, available alpha, beta, demo, stable