This version fixes a bug in string pattern matching. Patterns that could be interpreted as a 'double', e.g. "54.", where not handled correctly during string pattern matching. Thus, the operation
@("54.321":"54.321")
did not succeed. This bug arose with the introduction of floating point capabilities in Bracmat.