Changeset 4979

Show
Ignore:
Timestamp:
10/22/07 21:29:02 (1 year ago)
Author:
jwrdegoede
Message:

add SENSORS_API_VERSION define

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/lib/sensors.h

    r4683 r4979  
    2424 
    2525/* Publicly accessible library functions */ 
     26 
     27/* libsensors API version define, first digit is the major version (changed 
     28   when the API + ABI breaks), the third digit is incremented to track small 
     29   API additions like new flags / enum values. The second digit is for tracking 
     30   larger additions like new methods. */ 
     31#define SENSORS_API_VERSION 0x300 
    2632 
    2733#define SENSORS_CHIP_NAME_PREFIX_ANY NULL