Changeset 1339
- Timestamp:
- 03/23/02 01:53:08 (7 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/lib/Module.mk (modified) (1 diff)
- lm-sensors/trunk/lm_sensors.lsm (modified) (1 diff)
- lm-sensors/trunk/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1334 r1339 18 18 ----------------------------------------------------------------------------- 19 19 20 2.6.3 (200203 ??)20 2.6.3 (20020322) 21 21 NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer. 22 22 Chip modules (most): Allow THIS_MODULE definition for kernels 2.2.18+ lm-sensors/trunk/lib/Module.mk
r1129 r1339 30 30 # The main and minor version of the library 31 31 LIBMAINVER := 1 32 LIBMINORVER := 2. 032 LIBMINORVER := 2.1 33 33 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 34 34 lm-sensors/trunk/lm_sensors.lsm
r1241 r1339 1 1 Begin3 2 2 Title: lm_sensors 3 Version: 2.6. 23 Version: 2.6.3 4 4 Entered-date: 29DEC98 5 5 Description: Hardware health monitoring package for Linux. It consists of lm-sensors/trunk/version.h
r1241 r1339 1 #define LM_DATE "200 11118"2 #define LM_VERSION "2.6. 2"1 #define LM_DATE "20020322" 2 #define LM_VERSION "2.6.3"
