File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919# would show the proper run name. Using per-branch workflow file name seems to be
2020# the only way around this.
2121#
22- name : Hello World 2.8.0
22+ name : Hello World 2.8.1
2323
2424# manual and REST API runs only
2525on :
3939 # Seems that the only way to track build numbers per branch in GitHub is
4040 # to rename workflow file name in each branch.
4141 #
42- VERSION : 2.8.0
42+ VERSION : 2.8.1
4343 BUILD_NUMBER : ${{ github.run_number }}
4444 PKG_REV : ${{ github.event.inputs.PKG_REV }}
4545
Original file line number Diff line number Diff line change 22#include < cstdlib>
33
44// this comment is added on a 2.8.x branch
5- #define VERSION " 2.8.0 "
5+ #define VERSION " 2.8.1 "
66
77#if !defined(BUILD_NUMBER)
88#error BUILD_NUMBER must be defined when compiling this source file
You can’t perform that action at this time.
0 commit comments