Skip to content

Commit c5bf533

Browse files
Bump version prefix to v1.3 in the build scripts. (project-chip#32734)
1 parent bd6c7e8 commit c5bf533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build/builders/efr32.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def __init__(self,
230230
['git', 'describe', '--always', '--dirty', '--exclude', '*']).decode('ascii').strip()
231231
branchName = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD']).decode('ascii').strip()
232232
self.extra_gn_options.append(
233-
'sl_matter_version_str="v1.2-%s-%s"' % (branchName, shortCommitSha))
233+
'sl_matter_version_str="v1.3-%s-%s"' % (branchName, shortCommitSha))
234234
if enable_917_soc:
235235
if use_rps_extension is False:
236236
self.extra_gn_options.append('use_rps_extension=false')

scripts/examples/gn_silabs_example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ else
303303
{
304304
ShortCommitSha=$(git describe --always --dirty --exclude '*')
305305
branchName=$(git rev-parse --abbrev-ref HEAD)
306-
optArgs+="sl_matter_version_str=\"v1.2-$branchName-$ShortCommitSha\" "
306+
optArgs+="sl_matter_version_str=\"v1.3-$branchName-$ShortCommitSha\" "
307307
} &>/dev/null
308308
fi
309309

0 commit comments

Comments
 (0)