Adaptive Framework
0.9.0
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
a
i
o
Functions
a
i
Variables
a
Typedefs
a
i
Enumerations
Enumerator
a
Macros
a
i
o
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
src
afw
generated
afw_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_) 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".
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_VERSION_INFO_H__
20
#define __AFW_VERSION_INFO_H__
21
22
29
#include "afw_git_info.h"
30
31
#define AFW_VERSION_MAJOR 0
32
#define AFW_VERSION_MINOR 9
33
#define AFW_VERSION_PATCH 0
34
#define AFW_VERSION_HEX ( \
35
(AFW_VERSION_MAJOR << 16) | \
36
(AFW_VERSION_MINOR << 8) | \
37
(AFW_VERSION_PATCH))
38
#define AFW_VERSION_STRING "0.9.0"
39
#define AFW_VERSION_WITH_GIT_INFO "0.9.0"
\
40
AFW_GIT_INFO_BRANCH_DESCRIBE
41
#define AFW_VERSION_COMMAND_STRING "afw "
\
42
AFW_VERSION_WITH_GIT_INFO
43
44
45
#endif
/* __AFW_VERSION_INFO_H__ */
Generated on Tue Jun 27 2023 16:19:57 for Adaptive Framework by
1.9.1