Changeset 841
- Timestamp:
- 07/10/00 01:47:18 (9 years ago)
- Files:
-
- lm-sensors/trunk/lib/Module.mk (modified) (1 diff)
- lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/lib/Module.mk
r820 r841 30 30 # The main and minor version of the library 31 31 LIBMAINVER := 1 32 LIBMINORVER := 1. 032 LIBMINORVER := 1.1 33 33 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 34 34 lm-sensors/trunk/prog/sensors/main.c
r820 r841 29 29 30 30 #define PROGRAM "sensors" 31 #define VERSION "1. 1"31 #define VERSION "1.2" 32 32 #define DEFAULT_CONFIG_FILE_NAME "sensors.conf" 33 33
