bt_rlp_version.h File Reference

Overall RLP version number declarations. More...

#include "bt_comp.h"
#include "bt_rlp_internal.h"

Include dependency graph for bt_rlp_version.h:

This graph shows which files directly or indirectly include this file:


Classes

class  BT_RLP_Library
 RLP Library Information. More...

Defines

#define BT_RLP_LIBRARY_INTERFACE_VERSION   2
 Library API version number.
#define BT_RLP_LIBRARY_VERSION_NUMBER   0x06050200UL
 Library version number.
#define BT_RLP_LIBRARY_VERSION_STRING   "Version 6.5.2 (devo)"
 Library version string.

Detailed Description

This file contains version information for RLP.

Define Documentation

#define BT_RLP_LIBRARY_INTERFACE_VERSION   2

This is the version number of the public API. This is incremented when an incompatible change to the API is made.

#define BT_RLP_LIBRARY_VERSION_NUMBER   0x06050200UL

This is the numeric version number of the library. It consists of four fields in the form 0xMMmmPPrr:

MM    Major version
mm    Minor version
PP    Phase
00 = development       01 = alpha
02 = beta              03 = release
rr    Release number

#define BT_RLP_LIBRARY_VERSION_STRING   "Version 6.5.2 (devo)"

This is the string containing a printable form of the library version.


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.