Changeset 3066
- Timestamp:
- 09/06/05 21:44:58 (3 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
r3062 r3066 18 18 ----------------------------------------------------------------------------- 19 19 20 2.9.2 (2005????) 20 2.9.3 (2005????) 21 22 2.9.2 (20050906) 21 23 File doc/chips/*: Big update (2.6 backport) 22 24 Library: Drop ds1780-specific code (now use adm9240) lm-sensors/trunk/lib/Module.mk
r2927 r3066 34 34 # chips.h. 35 35 LIBMAINVER := 3 36 LIBMINORVER := 0. 836 LIBMINORVER := 0.9 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 lm-sensors/trunk/lm_sensors.lsm
r2967 r3066 1 1 Begin3 2 2 Title: lm_sensors 3 Version: 2.9. 13 Version: 2.9.2 4 4 Entered-date: 29DEC98 5 5 Description: Hardware health monitoring package for Linux. It consists of lm-sensors/trunk/version.h
r2969 r3066 1 #define LM_DATE "2005 ????"2 #define LM_VERSION "2.9.2 -CVS"1 #define LM_DATE "20050906" 2 #define LM_VERSION "2.9.2"
