mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
have 'sensors -v' display LM_VERSION from the top level
version.h instead of the static '1.3', which we don't regularly change. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1009 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
#include "lib/sensors.h"
|
||||
#include "lib/error.h"
|
||||
#include "chips.h"
|
||||
#include "version.h"
|
||||
|
||||
#define PROGRAM "sensors"
|
||||
#define VERSION "1.3"
|
||||
#define VERSION LM_VERSION
|
||||
#define DEFAULT_CONFIG_FILE_NAME "sensors.conf"
|
||||
|
||||
static char *config_file_name;
|
||||
|
Reference in New Issue
Block a user