Ruby 3.5.0dev (2025-05-16 revision a0fe0095ab2711ba54b29cdd2a5957f993cfc1de)
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 4
18
22#define PRISM_VERSION_PATCH 0
23
27#define PRISM_VERSION "1.4.0"
28
29#endif