# HG changeset patch # User Mikael Berthe # Date 1412495640 -7200 # Node ID a276e2435f04f2aeec9414635de31bcd8db70e0f # Parent 06495be653fd9b9caceb14ae92171b6a51f71d0d Update API version for show_mdr diff -r 06495be653fd -r a276e2435f04 show_mdr/show_mdr.c --- a/show_mdr/show_mdr.c Sun Jul 06 17:02:23 2014 +0200 +++ b/show_mdr/show_mdr.c Sun Oct 05 09:54:00 2014 +0200 @@ -38,7 +38,7 @@ .api = MCABBER_API_VERSION, */ .branch = "dev", - .api = 33, // HOOK_MDR_RECEIVED was included in dev-33 + .api = 35, // HOOK_MDR_RECEIVED was included in dev-33 .version = "0.01", .description = "Show delivery receipts in the log window.", .requires = NULL,