Prism Ruby parser
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
6#ifndef PRISM_VERSION_H
7#define PRISM_VERSION_H
8
9#include "prism/compiler/exported.h"
10
14#define PRISM_VERSION_MAJOR 1
15
19#define PRISM_VERSION_MINOR 9
20
24#define PRISM_VERSION_PATCH 0
25
29#define PRISM_VERSION "1.9.0"
30
36PRISM_EXPORTED_FUNCTION const char * pm_version(void);
37
38#endif
PRISM_EXPORTED_FUNCTION const char * pm_version(void)
The prism version and the serialization format.