File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44_MINOR = os .environ .get ("XLM_CORE_VERSION_MINOR" , "3" )
55# On main and in a nightly release the patch should be one ahead of the last
66# released build.
7- _PATCH = os .environ .get ("XLM_CORE_VERSION_PATCH" , "0 " )
7+ _PATCH = os .environ .get ("XLM_CORE_VERSION_PATCH" , "1 " )
88# This is mainly for nightly builds (if the project has it) which have the suffix ".dev$DATE". See
99# https://semver.org/#is-v123-a-semantic-version for the semantics.
10- _SUFFIX = os .environ .get ("XLM_CORE_VERSION_SUFFIX" , "-alpha " )
10+ _SUFFIX = os .environ .get ("XLM_CORE_VERSION_SUFFIX" , "" )
1111
1212VERSION_SHORT = "{0}.{1}" .format (_MAJOR , _MINOR )
1313VERSION = "{0}.{1}.{2}{3}" .format (_MAJOR , _MINOR , _PATCH , _SUFFIX )
Original file line number Diff line number Diff line change 44_MINOR = os .environ .get ("XLM_CORE_VERSION_MINOR" , "3" )
55# On main and in a nightly release the patch should be one ahead of the last
66# released build.
7- _PATCH = os .environ .get ("XLM_CORE_VERSION_PATCH" , "0 " )
7+ _PATCH = os .environ .get ("XLM_CORE_VERSION_PATCH" , "1 " )
88# This is mainly for nightly builds (if the project has it) which have the suffix ".dev$DATE". See
99# https://semver.org/#is-v123-a-semantic-version for the semantics.
10- _SUFFIX = os .environ .get ("XLM_CORE_VERSION_SUFFIX" , "-alpha " )
10+ _SUFFIX = os .environ .get ("XLM_CORE_VERSION_SUFFIX" , "" )
1111
1212VERSION_SHORT = "{0}.{1}" .format (_MAJOR , _MINOR )
1313VERSION = "{0}.{1}.{2}{3}" .format (_MAJOR , _MINOR , _PATCH , _SUFFIX )
You can’t perform that action at this time.
0 commit comments