diff --git a/configure.ac b/configure.ac index f452adc..7095bd1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.66.5) +AC_INIT(dsme, 0.66.6) AM_INIT_AUTOMAKE diff --git a/modules/thermalmanager.c b/modules/thermalmanager.c index 5f511a1..b8ea63a 100644 --- a/modules/thermalmanager.c +++ b/modules/thermalmanager.c @@ -249,7 +249,7 @@ static void receive_temperature_response(thermal_object_t* thermal_object, if ((new_status != previous_status) || thermal_object->status_change_count) { /* Thermal object status has changed, but it can be because of bad reading. * Before accepting new status, make sure it is not a glitch. - We want 3 consecutive readings indicating same status before we change it. + * We want 3 consecutive readings indicating same status before we change it. */ if (thermal_object->status_change_count == 0) { /* This is first reading for new status */ diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 07385e0..412369f 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.66.5 +Version: 0.66.6 Release: 0 Group: System/System Control License: LGPLv2+