Changeset 5297
- Timestamp:
- 07/01/08 20:28:03 (4 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
r5294 r5297 2 2 ----------------------- 3 3 4 SVN-HEAD 4 2.10.7 (20080701) 5 5 Library: Don't choke on unrecognized devices, part 2 6 6 Parse the configuration file in C locale (#2312) -
lm-sensors/trunk/lib/Module.mk
r5136 r5297 34 34 # chips.h. 35 35 LIBMAINVER := 3 36 LIBMINORVER := 1. 536 LIBMINORVER := 1.6 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 -
lm-sensors/trunk/lm_sensors.lsm
r5136 r5297 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 2.10. 64 Entered-date: 2008-0 3-063 Version: 2.10.7 4 Entered-date: 2008-07-01 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
r5138 r5297 1 #define LM_DATE " SVN"2 #define LM_VERSION "2.10. 6+SVN"1 #define LM_DATE "20080701" 2 #define LM_VERSION "2.10.7"
