Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
afw_server_fcgi_version_info.h File Reference

Adaptive Framework Version (afw_server_fcgi_) header. More...

#include "afw_version_info.h"
#include "afw_git_info.h"

Go to the source code of this file.

Macros

#define AFW_SERVER_FCGI_VERSION_MAJOR   0
 
#define AFW_SERVER_FCGI_VERSION_MINOR   9
 
#define AFW_SERVER_FCGI_VERSION_PATCH   0
 
#define AFW_SERVER_FCGI_VERSION_HEX
 
#define AFW_SERVER_FCGI_VERSION_STRING   "0.9.0"
 
#define AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO
 
#define AFW_SERVER_FCGI_VERSION_COMMAND_STRING
 

Detailed Description

Adaptive Framework Version (afw_server_fcgi_) header.

Definition in file afw_server_fcgi_version_info.h.

Macro Definition Documentation

◆ AFW_SERVER_FCGI_VERSION_COMMAND_STRING

#define AFW_SERVER_FCGI_VERSION_COMMAND_STRING
Value:
"afw_server_fcgi " \
AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO

Definition at line 42 of file afw_server_fcgi_version_info.h.

◆ AFW_SERVER_FCGI_VERSION_HEX

#define AFW_SERVER_FCGI_VERSION_HEX
Value:
( \
(AFW_VERSION_MAJOR << 16) | \
(AFW_VERSION_MINOR << 8) | \
(AFW_VERSION_PATCH))

Definition at line 35 of file afw_server_fcgi_version_info.h.

◆ AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO

#define AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO
Value:
"0.9.0" \
AFW_GIT_INFO_BRANCH_DESCRIBE

Definition at line 40 of file afw_server_fcgi_version_info.h.