Skip to content

Commit 1737182

Browse files
committed
versioning.sh: generic 12.2.0-*
1 parent f7004aa commit 1737182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/versioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function application_build_versioned_components()
4343
XBB_GCC_VERSION_MAJOR=$(xbb_get_version_major "${XBB_GCC_VERSION}")
4444

4545
# In reverse chronological order.
46-
if [[ ${XBB_RELEASE_VERSION} =~ 12[.][2][.]0-[12] ]]
46+
if [[ ${XBB_RELEASE_VERSION} =~ 12[.][2][.]0-.* ]]
4747
then
4848

4949
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)