Index: firmware/App/Controllers/DialysateFlow.c =================================================================== diff -u -ra4669c80291e85fa5ce17d77ebcfd0c882831202 -r04f1fe65f5a31f8521d914a0a5ec89a048f4a30e --- firmware/App/Controllers/DialysateFlow.c (.../DialysateFlow.c) (revision a4669c80291e85fa5ce17d77ebcfd0c882831202) +++ firmware/App/Controllers/DialysateFlow.c (.../DialysateFlow.c) (revision 04f1fe65f5a31f8521d914a0a5ec89a048f4a30e) @@ -7,8 +7,8 @@ * * @file DialysateFlow.c * -* @author (last) Dara Navaei -* @date (last) 15-Jul-2022 +* @author (last) Bill Bracken +* @date (last) 24-Aug-2022 * * @author (original) Hung Nguyen * @date (original) 20-Oct-2021 Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r98a1a2a624373a1d140daed0136522ab6e635237 -r04f1fe65f5a31f8521d914a0a5ec89a048f4a30e --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 98a1a2a624373a1d140daed0136522ab6e635237) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 04f1fe65f5a31f8521d914a0a5ec89a048f4a30e) @@ -7,8 +7,8 @@ * * @file ROPump.c * -* @author (last) Dara Navaei -* @date (last) 03-Aug-2022 +* @author (last) Bill Bracken +* @date (last) 24-Aug-2022 * * @author (original) Sean * @date (original) 04-Apr-2020 Index: firmware/App/DGCommon.h =================================================================== diff -u -ra4669c80291e85fa5ce17d77ebcfd0c882831202 -r04f1fe65f5a31f8521d914a0a5ec89a048f4a30e --- firmware/App/DGCommon.h (.../DGCommon.h) (revision a4669c80291e85fa5ce17d77ebcfd0c882831202) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 04f1fe65f5a31f8521d914a0a5ec89a048f4a30e) @@ -25,7 +25,7 @@ #define DG_VERSION_MAJOR 0 #define DG_VERSION_MINOR 6 #define DG_VERSION_MICRO 0 -#define DG_VERSION_BUILD 28 +#define DG_VERSION_BUILD 29 // ********** build switches **********