[A] Added version macros

This commit is contained in:
seleznevae 2019-05-20 19:26:32 +03:00
parent dcfe9f2192
commit 1af6d5d3c3
2 changed files with 20 additions and 0 deletions

View File

@ -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
*****************************************************************************/ *****************************************************************************/

View File

@ -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
*****************************************************************************/ *****************************************************************************/