Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_server_fcgi_version_info.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Version (afw_server_fcgi_) Header
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 /* ----------------------------- N O T E -------------------------------------
10  *
11  * This file is generated by "afwdev generate afw_server_fcgi".
12  *
13  * Do not change this file directly or the changes will be lost the next time
14  * this file is regenerated.
15  *
16  * -------------------------------------------------------------------------*/
17 
18 
19 #ifndef __AFW_SERVER_FCGI_VERSION_INFO_H__
20 #define __AFW_SERVER_FCGI_VERSION_INFO_H__
21 
22 
29 #include "afw_version_info.h"
30 #include "afw_git_info.h"
31 
32 #define AFW_SERVER_FCGI_VERSION_MAJOR 0
33 #define AFW_SERVER_FCGI_VERSION_MINOR 9
34 #define AFW_SERVER_FCGI_VERSION_PATCH 0
35 #define AFW_SERVER_FCGI_VERSION_HEX ( \
36  (AFW_VERSION_MAJOR << 16) | \
37  (AFW_VERSION_MINOR << 8) | \
38  (AFW_VERSION_PATCH))
39 #define AFW_SERVER_FCGI_VERSION_STRING "0.9.0"
40 #define AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO "0.9.0" \
41  AFW_GIT_INFO_BRANCH_DESCRIBE
42 #define AFW_SERVER_FCGI_VERSION_COMMAND_STRING "afw_server_fcgi " \
43  AFW_SERVER_FCGI_VERSION_WITH_GIT_INFO
44 
45 
46 #endif /* __AFW_SERVER_FCGI_VERSION_INFO_H__ */
Adaptive Framework Version (afw_) header.