From f81838f509e6565175ea5e1cf4f066f4eb6c0d6e Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 15 Aug 2024 13:46:59 -0400 Subject: [PATCH] Fix reference to Git commit hash in puzzles.h. I had tried to make this comment refer to the commit in which the change in question (the new drawing API semantics) was introduced, but something about Simon applying the patch caused its hash to change. Now that the commit in question is in Simon's branch, it should remain constant forever. --- puzzles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puzzles.h b/puzzles.h index cf944eb..44a056d 100644 --- a/puzzles.h +++ b/puzzles.h @@ -791,7 +791,7 @@ struct drawing_api { * * Version 1 (2024-08-14): Introduction of version number, in * conjunction with changing every API function to take `drawing - * *` instead of `void *`. See commit 992613f for the detailed + * *` instead of `void *`. See commit f379130 for the detailed * rationale behind this change. */ int version;