Ruby 4.1.0dev (2026-05-27 revision ce7f3ed832a50e493e3b6cb592791aa1fe784d85)
version.h
Go to the documentation of this file.
1
6#ifndef PRISM_VERSION_H
7#define PRISM_VERSION_H
8
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
#define PRISM_EXPORTED_FUNCTION
By default, we compile with -fvisibility=hidden.
Definition exported.h:20
PRISM_EXPORTED_FUNCTION const char * pm_version(void)
The prism version and the serialization format.
Definition prism.c:93