[A] Added version macros
This commit is contained in:
parent
dcfe9f2192
commit
1af6d5d3c3
10
lib/fort.h
10
lib/fort.h
@ -40,6 +40,16 @@ SOFTWARE.
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
/*****************************************************************************
|
||||||
|
* VERSION
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#define LIBFORT_MAJOR_VERSION 0
|
||||||
|
#define LIBFORT_MINOR_VERSION 1
|
||||||
|
#define LIBFORT_REVISION 0
|
||||||
|
#define LIBFORT_VERSION_STR "0.1.0"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* Configuration
|
* Configuration
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
10
src/fort.h
10
src/fort.h
@ -40,6 +40,16 @@ SOFTWARE.
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
/*****************************************************************************
|
||||||
|
* VERSION
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#define LIBFORT_MAJOR_VERSION 0
|
||||||
|
#define LIBFORT_MINOR_VERSION 1
|
||||||
|
#define LIBFORT_REVISION 0
|
||||||
|
#define LIBFORT_VERSION_STR "0.1.0"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* Configuration
|
* Configuration
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user