NW4F Sys
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
#
ifndef
NW_VERSION_H_
2
#
define
NW_VERSION_H_
3
4
#
define
NW_VERSION_MAJOR
1
5
#
define
NW_VERSION_MINOR
5
6
#
define
NW_VERSION_MICRO
8
7
#
define
NW_VERSION_RELSTEP
0
8
9
#
ifndef
NW_VERSION_NUMBER
10
#
define
NW_VERSION_NUMBER
(
major
,
minor
,
micro
,
relstep
)
(
(
(
major
)
<<
24
)
|
(
(
minor
)
<<
16
)
|
(
(
micro
)
<<
8
)
|
(
(
relstep
)
<<
0
)
)
11
12
#
define
NW_CURRENT_VERSION_NUMBER
NW_VERSION_NUMBER
(
NW_VERSION_MAJOR
,
NW_VERSION_MINOR
,
NW_VERSION_MICRO
,
NW_VERSION_RELSTEP
)
13
#
endif
14
15
#
endif
// NW_VERSION_H_
NW_VERSION_MAJOR
#define NW_VERSION_MAJOR
Definition
version.h:4
NW_VERSION_MINOR
#define NW_VERSION_MINOR
Definition
version.h:5
NW_VERSION_NUMBER
#define NW_VERSION_NUMBER(major, minor, micro, relstep)
Definition
version.h:10
NW_VERSION_RELSTEP
#define NW_VERSION_RELSTEP
Definition
version.h:7
NW_VERSION_MICRO
#define NW_VERSION_MICRO
Definition
version.h:6
include
nw
version.h
Generated by
1.14.0