Skip to content

Commit fd94d30

Browse files
authored
Merge pull request #87 from radzserg/patch-macos-strchrnul
feat: bump version to 17.
2 parents 740cac4 + 1c3808d commit fd94d30

File tree

2 files changed

+73
-2
lines changed

2 files changed

+73
-2
lines changed

.idea/workspace.xml

+71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/buildAddon.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Set the desired commit hash and branch
4-
commit=06670290ad39e61805ecacbc6267df61f6ae3d91
5-
branch=16-latest
4+
commit=1c1a32ed2f4c7799830d50bf4cb159222aafec48
5+
branch=17-latest
66

77
# Remember current directory and create a new, unique, temporary directory
88
rDIR=$(pwd)

0 commit comments

Comments
 (0)