diff --git a/applets/c2english/CGrammar.pm b/applets/c2english/CGrammar.pm index fc89e779..48a8cc44 100755 --- a/applets/c2english/CGrammar.pm +++ b/applets/c2english/CGrammar.pm @@ -1424,7 +1424,7 @@ array_declarator: } else { $return = "an array "; } - $return .= "with optimization hint to provide access to the first element of $size of"; + $return .= "with at least $size of"; } else { $return = "an $qualifiers array of $size of"; } diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 7ba4b83e..eb645ef5 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4760, - BUILD_DATE => "2024-06-08", + BUILD_REVISION => 4761, + BUILD_DATE => "2024-06-12", }; sub initialize {}