From dce68e5167ee79dce6df8b0a38e22e84f92d076d Mon Sep 17 00:00:00 2001 From: Philip Edelbrock Date: Mon, 16 Sep 2002 00:38:51 +0000 Subject: [PATCH] (Phil) Tag and release 2.6.5 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1529 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 2 +- lm_sensors.lsm | 2 +- version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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"