From 48a02eacc3789f8f63668c24425ded565d9e95da Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sat, 14 Dec 2024 20:35:19 +0300 Subject: [PATCH] pmt: releases: fix including compiler version to release notes --- build/workflow/relnotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/workflow/relnotes b/build/workflow/relnotes index 5717335..e407dec 100755 --- a/build/workflow/relnotes +++ b/build/workflow/relnotes @@ -1,4 +1,4 @@ -echo -e "\`${CC_VERSION}\` +echo -e "\`${CXX_VERSION}\` Version and code: \`${PMT_VERSION}\`/\`${PMT_VERSION_CODE}\` Supported architectures: \`arm64-v8a\` (64-bit), \`armeabi-v7a\` (32-bit)