8 lines
528 B
Bash
8 lines
528 B
Bash
###########################################################################################################################################################
|
|
|
|
# SOURCE_BRANCH is the repository branch name for this release stream.
|
|
# It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates.
|
|
SOURCE_BRANCH ?= v9.3.2
|
|
|
|
###########################################################################################################################################################
|