Skip to content

Commit

Permalink
Version 0.66.6
Browse files Browse the repository at this point in the history
Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
  • Loading branch information
Pekka Lundstrom committed Apr 23, 2014
1 parent 387931c commit 216c9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion modules/thermalmanager.c
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion 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+
Expand Down

0 comments on commit 216c9cd

Please sign in to comment.