Changeset 820

Show
Ignore:
Timestamp:
06/18/00 18:45:12 (9 years ago)
Author:
frodo
Message:

Updated version numbers, as well as the release checklist.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/developers/checklist

    r656 r820  
    55- check out i2c and lm_sensors2 
    66- Update, if necessary, the version number of `sensors'  
    7   (edit prog/sensors/sensors.c and change the VERSION define) 
     7  (edit prog/sensors/main.c and change the VERSION define) 
     8  `cvs diff -r Vx-y-z prog/sensors' is your friend. 
    89- Update if necessary, the version number of libsensors 
    910  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) 
    1011  Remember: update main number when interface changes, minor if new 
    1112  functionality is added, and patch if only bugs are fixed. 
     13  `cvs diff -r Vx-y-z lib' is your friend. 
    1214- Update CHANGES 
    1315- Update lm_sensors.lsm and send it to the LSM by mailing it to  
  • lm-sensors/trunk/lib/Module.mk

    r676 r820  
    3030# The main and minor version of the library 
    3131LIBMAINVER := 1 
    32 LIBMINORVER := 0.0 
     32LIBMINORVER := 1.0 
    3333LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3434 
  • lm-sensors/trunk/prog/sensors/main.c

    r804 r820  
    2929 
    3030#define PROGRAM "sensors" 
    31 #define VERSION "1.0
     31#define VERSION "1.1
    3232#define DEFAULT_CONFIG_FILE_NAME "sensors.conf" 
    3333