Changeset 841

Show
Ignore:
Timestamp:
07/10/00 01:47:18 (9 years ago)
Author:
phil
Message:

(Phil) Update versioning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/lib/Module.mk

    r820 r841  
    3030# The main and minor version of the library 
    3131LIBMAINVER := 1 
    32 LIBMINORVER := 1.0 
     32LIBMINORVER := 1.1 
    3333LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3434 
  • lm-sensors/trunk/prog/sensors/main.c

    r820 r841  
    2929 
    3030#define PROGRAM "sensors" 
    31 #define VERSION "1.1
     31#define VERSION "1.2
    3232#define DEFAULT_CONFIG_FILE_NAME "sensors.conf" 
    3333