From ee036c8efa8384e522ddba47d3e407bdfb31a4dc Mon Sep 17 00:00:00 2001 From: Philip Edelbrock Date: Mon, 19 Nov 2001 00:48:31 +0000 Subject: [PATCH] (Phil) Tag and release 2.6.2 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1241 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 1a083a91..c94477b1 100644 --- a/CHANGES +++ b/CHANGES @@ -17,7 +17,7 @@ ask CVS about it: ----------------------------------------------------------------------------- -2.6.2 (2001????) +2.6.2 (20011118) Chip Modules (all): malloc.h -> slab.h Modules (all): Add MODULE_LICENSE("GPL") File doc/FAQ: More updates and additions diff --git a/lm_sensors.lsm b/lm_sensors.lsm index 765c4cd6..1ab1a960 100644 --- a/lm_sensors.lsm +++ b/lm_sensors.lsm @@ -1,6 +1,6 @@ Begin3 Title: lm_sensors -Version: 2.6.1 +Version: 2.6.2 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 9f00703f..f24f2a55 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define LM_DATE "20010830" -#define LM_VERSION "2.6.1" +#define LM_DATE "20011118" +#define LM_VERSION "2.6.2"