[A] Added version macros
This commit is contained in:
10
lib/fort.h
10
lib/fort.h
@@ -40,6 +40,16 @@ SOFTWARE.
|
||||
#include <stdint.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
|
||||
*****************************************************************************/
|
||||
|
Reference in New Issue
Block a user