Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
ada_version.h
Go to the documentation of this file.
1
5#ifndef ADA_ADA_VERSION_H
6#define ADA_ADA_VERSION_H
7
8#define ADA_VERSION "2.7.8"
9
10namespace ada {
11
12enum {
16};
17
18} // namespace ada
19
20#endif // ADA_ADA_VERSION_H
Definition ada_idna.h:13
@ ADA_VERSION_MINOR
Definition ada_version.h:14
@ ADA_VERSION_REVISION
Definition ada_version.h:15
@ ADA_VERSION_MAJOR
Definition ada_version.h:13