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"