2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 15:55:15 +00:00

Updated version numbers, as well as the release checklist.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@820 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
2000-06-18 16:45:12 +00:00
parent 1371cc89c0
commit 66434a0213
3 changed files with 5 additions and 3 deletions

View File

@@ -4,11 +4,13 @@ CHECKLIST FOR NEW RELEASES
release: release:
- check out i2c and lm_sensors2 - check out i2c and lm_sensors2
- Update, if necessary, the version number of `sensors' - Update, if necessary, the version number of `sensors'
(edit prog/sensors/sensors.c and change the VERSION define) (edit prog/sensors/main.c and change the VERSION define)
`cvs diff -r Vx-y-z prog/sensors' is your friend.
- Update if necessary, the version number of libsensors - Update if necessary, the version number of libsensors
(edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
Remember: update main number when interface changes, minor if new Remember: update main number when interface changes, minor if new
functionality is added, and patch if only bugs are fixed. functionality is added, and patch if only bugs are fixed.
`cvs diff -r Vx-y-z lib' is your friend.
- Update CHANGES - Update CHANGES
- Update lm_sensors.lsm and send it to the LSM by mailing it to - Update lm_sensors.lsm and send it to the LSM by mailing it to
lsm@execpc.com with the subject `add' (no quotes). lsm@execpc.com with the subject `add' (no quotes).

View File

@@ -29,7 +29,7 @@ LIBMAN5FILES := $(MODULE_DIR)/sensors.conf.5
# The main and minor version of the library # The main and minor version of the library
LIBMAINVER := 1 LIBMAINVER := 1
LIBMINORVER := 0.0 LIBMINORVER := 1.0
LIBVER := $(LIBMAINVER).$(LIBMINORVER) LIBVER := $(LIBMAINVER).$(LIBMINORVER)
# The static lib name, the shared lib name, and the internal ('so') name of # The static lib name, the shared lib name, and the internal ('so') name of

View File

@@ -28,7 +28,7 @@
#include "chips.h" #include "chips.h"
#define PROGRAM "sensors" #define PROGRAM "sensors"
#define VERSION "1.0" #define VERSION "1.1"
#define DEFAULT_CONFIG_FILE_NAME "sensors.conf" #define DEFAULT_CONFIG_FILE_NAME "sensors.conf"
static char *config_file_name; static char *config_file_name;