diff --git a/CHANGES b/CHANGES index aed3934e..18307d7b 100644 --- a/CHANGES +++ b/CHANGES @@ -17,7 +17,7 @@ ask CVS about it: ----------------------------------------------------------------------------- -2.8.4 (2004-??-??) +2.8.4 (20040207) File doc/lm_sensors-FAQ.texi: Update 4.20. File doc/chips/it87: Change hyst to low File doc/chips/w83l785ts: New diff --git a/lm_sensors.lsm b/lm_sensors.lsm index d8789e5d..0c08ba0d 100644 --- a/lm_sensors.lsm +++ b/lm_sensors.lsm @@ -1,6 +1,6 @@ Begin3 Title: lm_sensors -Version: 2.8.3 +Version: 2.8.4 Entered-date: 29DEC98 Description: Hardware health monitoring package for Linux. It consists of kernel modules to access sensor chips and SMBus hardware, diff --git a/version.h b/version.h index 77587ace..78abf26c 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define LM_DATE "20040115" -#define LM_VERSION "2.8.3" +#define LM_DATE "20040207" +#define LM_VERSION "2.8.4"