We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375811c commit f03c6c0Copy full SHA for f03c6c0
1 file changed
CImg/Makefile
@@ -177,7 +177,8 @@ endif
177
# commit a1ec46d32e6206f693d02b50353cd08695997681 is CImg 2.1.8
178
# commit 88fab6de7bfc141a1f577e3cf1b17b9fb1e4f438 is CImg 2.2.1
179
# commit 8761ce483600ccbbea05a14b18d916744f3580af is CImg 2.2.2
180
-CIMGVERSION=8761ce483600ccbbea05a14b18d916744f3580af
+# commit fcef55e14b1d84513f024c6c0dba9311f4b91272 is CImg 2.2.3
181
+CIMGVERSION=fcef55e14b1d84513f024c6c0dba9311f4b91272
182
183
CImg.h: Inpaint/inpaint.h
184
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
0 commit comments