Ruby 4.1.0dev (2026-05-15 revision 9b747f5ef98669d571df1b73d5318bc09e4e13fd)
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