Ruby 4.1.0dev (2026-03-06 revision d5d144c149d3beabbfb262e3994f60552469181b)
version.h
Go to the documentation of this file.
1
6#ifndef PRISM_VERSION_H
7#define PRISM_VERSION_H
8
12#define PRISM_VERSION_MAJOR 1
13
17#define PRISM_VERSION_MINOR 9
18
22#define PRISM_VERSION_PATCH 0
23
27#define PRISM_VERSION "1.9.0"
28
29#endif