Changeset 1129

Show
Ignore:
Timestamp:
06/12/01 23:58:26 (7 years ago)
Author:
frodo
Message:

Updated version numbering for 2.6.0

- Update, if necessary, the version number of `sensors'
(edit prog/sensors/main.c and change the VERSION define)
`cvs diff -r Vx-y-z prog/sensors' is your friend.

It seems that VERSION is now defined to LM_VERSION, so I removed this line
from the checklist.

- Update if necessary, the version number of libsensors

I did a `cvs diff -r V2-5-5'. Looking at it, I see no interface changes,
but I do see new functionality. So I updated the library minor version.
The library version is now 1.2.0.

Files:

Legend:

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

    r892 r1129  
    44release: 
    55- check out i2c and lm_sensors2 
    6 - Update, if necessary, the version number of `sensors'  
    7   (edit prog/sensors/main.c and change the VERSION define) 
    8   `cvs diff -r Vx-y-z prog/sensors' is your friend. 
    96- Update if necessary, the version number of libsensors 
    107  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) 
  • lm-sensors/trunk/lib/Module.mk

    r841 r1129  
    3030# The main and minor version of the library 
    3131LIBMAINVER := 1 
    32 LIBMINORVER := 1.1 
     32LIBMINORVER := 2.0 
    3333LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3434