mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Some additional things to do when releasing.
Added/changed: - Update, if necessary, the version number of `sensors' (edit prog/sensors/sensors.c and change the VERSION define) - Update if necessary, the version number of libsensors (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) Remember: update main number when interface changes, minor if new functionality is added, and patch if only bugs are fixed. - Update lm_sensors.lsm and send it to the LSM by mailing it to lsm@execpc.com with the subject `add' (no quotes). Also bumped up the `sensors' version number (should have done that long ago), it is now at 1.0. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@636 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "chips.h"
|
||||
|
||||
#define PROGRAM "sensors"
|
||||
#define VERSION "0.0"
|
||||
#define VERSION "1.0"
|
||||
#define DEFAULT_CONFIG_FILE_NAME "sensors.conf"
|
||||
|
||||
static char *config_file_name;
|
||||
|
Reference in New Issue
Block a user