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 push :
55 branches : [ ]
66
7+ permissions :
8+ contents : write
9+
710jobs :
811 build-linux :
912 runs-on : ubuntu-latest
1013
1114 steps :
12- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1316
1417 - name : Install dependencies
1518 run : sudo apt-get update && sudo apt-get install -y meson ninja-build
3235 runs-on : macos-latest
3336
3437 steps :
35- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3639
3740 - name : Install dependencies
3841 run : brew install meson ninja
5255 runs-on : windows-latest
5356
5457 steps :
55- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5659
5760 - name : Install dependencies
5861 run : |
Original file line number Diff line number Diff line change 1010
1111#define OTEZIP_VERSION_MAJOR 0
1212#define OTEZIP_VERSION_MINOR 3
13- #define OTEZIP_VERSION_PATCH 1
13+ #define OTEZIP_VERSION_PATCH 2
1414
1515#define OTEZIP_STRINGIFY (x ) #x
1616#define OTEZIP_TOSTRING (x ) OTEZIP_STRINGIFY(x)
You can’t perform that action at this time.
0 commit comments