# # # patch "monotone.cc" # from [932ce84862eab027b416e95c5002da0dd57e99e1] # to [f872f267ca977e0a7bb0f7358d307a6bfc256c93] # ============================================================ --- monotone.cc 932ce84862eab027b416e95c5002da0dd57e99e1 +++ monotone.cc f872f267ca977e0a7bb0f7358d307a6bfc256c93 @@ -227,7 +227,7 @@ cpp_main(int argc, char ** argv) N(linked_botan_version >= BOTAN_VERSION_CODE_FOR(1,6,3), F("This monotone binary requires Botan 1.6.3 or newer.")); N(linked_botan_version <= BOTAN_VERSION_CODE_FOR(1,7,6), - F("This monotone binary does not work with Botan newer than 1.7.6."); + F("This monotone binary does not work with Botan newer than 1.7.6.")); #elif BOTAN_VERSION_CODE <= BOTAN_VERSION_CODE_FOR(1,7,22) N(linked_botan_version > BOTAN_VERSION_CODE_FOR(1,7,6), F("This monotone binary requires Botan 1.7.7 or newer."));