Changeset 4349
- Timestamp:
- 03/20/07 00:42:19 (1 year 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
r4347 r4349 2 2 ----------------------- 3 3 4 SVN HEAD 4 2.10.3 (20070319) 5 5 Library: Do not skip i2c adapters with only a class device and no 6 6 physical device. This change is required to survive the lm-sensors/trunk/lib/Module.mk
r4297 r4349 34 34 # chips.h. 35 35 LIBMAINVER := 3 36 LIBMINORVER := 1. 236 LIBMINORVER := 1.3 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 lm-sensors/trunk/lm_sensors.lsm
r4297 r4349 1 1 Begin3 2 2 Title: lm_sensors 3 Version: 2.10. 23 Version: 2.10.3 4 4 Entered-date: 29DEC98 5 5 Description: Hardware health monitoring package for Linux. It consists of lm-sensors/trunk/version.h
r4301 r4349 1 #define LM_DATE "2007 ????"2 #define LM_VERSION "2.10. 2-SVN"1 #define LM_DATE "20070319" 2 #define LM_VERSION "2.10.3"
