Changeset 5574
- Timestamp:
- 12/16/08 10:49:50 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
CHANGES (modified) (1 diff)
-
lib/Module.mk (modified) (1 diff)
-
lm_sensors.lsm (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5573 r5574 2 2 ----------------------- 3 3 4 SVN-HEAD 4 2.10.8 (20081216) 5 5 File doc/chips/lm90: Update datasheet links (2.6 backport) 6 6 File doc/chips/pc87360: Drop dead links to datasheets (2.6 backport) -
lm-sensors/trunk/lib/Module.mk
r5297 r5574 34 34 # chips.h. 35 35 LIBMAINVER := 3 36 LIBMINORVER := 1. 636 LIBMINORVER := 1.7 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 -
lm-sensors/trunk/lm_sensors.lsm
r5297 r5574 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 2.10. 74 Entered-date: 2008- 07-013 Version: 2.10.8 4 Entered-date: 2008-12-16 5 5 Description: Hardware health monitoring package for Linux. It consists of 6 6 kernel modules to access sensor chips and SMBus hardware, -
lm-sensors/trunk/version.h
r5299 r5574 1 #define LM_DATE " SVN"2 #define LM_VERSION "2.10. 7+SVN"1 #define LM_DATE "20081216" 2 #define LM_VERSION "2.10.8"
