@@ -103,7 +103,7 @@ jobs:
103103 # We only use a non-zero build # when making multiple manual builds in one day.
104104 run : |
105105 if test -z "${{ github.event.inputs.version }}"; then
106- export VERSION_NUMBER=11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))
106+ export VERSION_NUMBER=11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))
107107 else
108108 export VERSION_NUMBER=${{ github.event.inputs.version }}
109109 fi
@@ -196,7 +196,7 @@ jobs:
196196 # XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
197197 run : |
198198 if test -z "${{ github.event.inputs.version }}"; then
199- export VERSION_NUMBER=11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))
199+ export VERSION_NUMBER=11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))
200200 else
201201 export VERSION_NUMBER=${{ github.event.inputs.version }}
202202 fi
@@ -285,7 +285,7 @@ jobs:
285285 # XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
286286 run : |
287287 if test -z "${{ github.event.inputs.version }}"; then
288- export VERSION_NUMBER=11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))
288+ export VERSION_NUMBER=11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))
289289 else
290290 export VERSION_NUMBER=${{ github.event.inputs.version }}
291291 fi
@@ -374,7 +374,7 @@ jobs:
374374 # XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
375375 run : |
376376 if test -z "${{ github.event.inputs.version }}"; then
377- export VERSION_NUMBER=11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))
377+ export VERSION_NUMBER=11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))
378378 else
379379 export VERSION_NUMBER=${{ github.event.inputs.version }}
380380 fi
@@ -457,7 +457,7 @@ jobs:
457457 # XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
458458 run : |
459459 if test -z "${{ github.event.inputs.version }}"; then
460- export VERSION_NUMBER=11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))
460+ export VERSION_NUMBER=11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))
461461 else
462462 export VERSION_NUMBER=${{ github.event.inputs.version }}
463463 fi
@@ -541,7 +541,7 @@ jobs:
541541 # XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
542542 run : |
543543 if test -z "${{ github.event.inputs.version }}"; then
544- export VERSION_NUMBER="11.2 .$((`git log -n 1 --format=%ct` / (60*60*24)))"
544+ export VERSION_NUMBER="11.3 .$((`git log -n 1 --format=%ct` / (60*60*24)))"
545545 export PREFIX="cronbuild-"
546546 else
547547 export VERSION_NUMBER=${{ github.event.inputs.version }}
0 commit comments