Changeset 1009

Show
Ignore:
Timestamp:
01/31/01 04:51:06 (12 years ago)
Author:
mds
Message:

have 'sensors -v' display LM_VERSION from the top level

version.h instead of the static '1.3', which we don't
regularly change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/sensors/main.c

    r953 r1009  
    2727#include "lib/error.h" 
    2828#include "chips.h" 
     29#include "version.h" 
    2930 
    3031#define PROGRAM "sensors" 
    31 #define VERSION "1.3" 
     32#define VERSION LM_VERSION 
    3233#define DEFAULT_CONFIG_FILE_NAME "sensors.conf" 
    3334