diff --git a/CHANGES b/CHANGES index 86f19a04..90e0b5ad 100644 --- a/CHANGES +++ b/CHANGES @@ -17,7 +17,7 @@ ask CVS about it: ----------------------------------------------------------------------------- -2.6.5 (2002????) +2.6.5 (20020915) NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer. File sensors.conf.eg: Fix temp[23] for as99127f; add vt8231 Library: Fix fan3_div writes for w8378* and it87; add vt8231 diff --git a/lm_sensors.lsm b/lm_sensors.lsm index 261ad7ae..18325b55 100644 --- a/lm_sensors.lsm +++ b/lm_sensors.lsm @@ -1,6 +1,6 @@ Begin3 Title: lm_sensors -Version: 2.6.4 +Version: 2.6.5 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 59572ec3..d64ec523 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define LM_DATE "20020719" -#define LM_VERSION "2.6.4" +#define LM_DATE "20020915" +#define LM_VERSION "2.6.5"