libpynq
(release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
Toggle main menu visibility
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
f
h
i
l
m
n
o
p
r
s
v
w
Variables
_
a
b
c
f
h
i
l
m
n
o
p
r
s
v
w
Files
File List
Globals
All
_
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
f
g
i
l
m
o
p
r
s
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
g
i
l
n
p
r
s
t
u
Macros
_
b
d
f
g
i
l
m
n
p
s
t
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Loading...
Searching...
No Matches
version.c
Go to the documentation of this file.
1
#include <
version.h
>
2
/**********************
3
* WARNING
4
* only change the numbers in these 4 #defs; do not change anything else
5
* the libpynq version in doxygen ryb.doxy is updated automatically based
6
* on the next 4 lines
7
**********************/
8
#define LIBPYNQ_RELEASE "ONCOURSE"
9
#define LIBPYNQ_VERSION_MAJOR 0
10
#define LIBPYNQ_VERSION_MINOR 2
11
#define LIBPYNQ_VERSION_PATCH 0
12
const
version_t
libpynq_version
= {
13
LIBPYNQ_RELEASE
,
14
LIBPYNQ_VERSION_MAJOR
,
15
LIBPYNQ_VERSION_MINOR
,
16
LIBPYNQ_VERSION_PATCH
,
17
};
18
void
print_version
(
void
){};
19
void
check_version
(
void
){};
LIBPYNQ_RELEASE
#define LIBPYNQ_RELEASE
Definition
version.c:8
LIBPYNQ_VERSION_MAJOR
#define LIBPYNQ_VERSION_MAJOR
Definition
version.c:9
LIBPYNQ_VERSION_MINOR
#define LIBPYNQ_VERSION_MINOR
Definition
version.c:10
LIBPYNQ_VERSION_PATCH
#define LIBPYNQ_VERSION_PATCH
Definition
version.c:11
check_version
void check_version(void)
Definition
version.c:19
print_version
void print_version(void)
Definition
version.c:18
libpynq_version
const version_t libpynq_version
Definition
version.c:12
version_t
Definition
version.h:63
version.h
library
empty-library
version.c
Generated on Fri Sep 1 2023 11:02:39 for libpynq by
1.9.7