From 0f9dd9627aa9f5095164a73e84905bb4af4bfc8f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Oct 2021 13:49:21 -0400 Subject: use current macOS naming style consistently --- config/getlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/getlib.sh b/config/getlib.sh index 5070e30..c4bd4bc 100755 --- a/config/getlib.sh +++ b/config/getlib.sh @@ -11,7 +11,7 @@ GDLIB_REVISION=$("${GETVER}" RELEASE) GDLIB_LT_CURRENT=3 # This is the version where the soname (current above) changes. We use it # to reset the revision base back to zero. It's a bit of a pain, but some -# systems restrict the revision range below to [0..255] (like OS X). +# systems restrict the revision range below to [0..255] (like macOS). GDLIB_PREV_MAJOR=2 GDLIB_PREV_MINOR=2 # This isn't 100% correct, but it tends to be a close enough approximation -- cgit v1.2.1