2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +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:
Frodo Looijaard
1999-11-20 19:45:47 +00:00
parent 3f5c8939fd
commit 3a48853a5e
2 changed files with 9 additions and 2 deletions

View File

@@ -2,8 +2,15 @@ CHECKLIST FOR NEW RELEASES
==========================
release:
- 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 CHANGES
- Update lm_sensors.lsm
- Update lm_sensors.lsm and send it to the LSM by mailing it to
lsm@execpc.com with the subject `add' (no quotes).
- Tag the release using CVS ('cvs tag V#-#-#' from the dist root)
- check out i2c and lm_sensors2
- update lm_sensors2/version.h, and cvs commit it

View File

@@ -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;