Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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 5
18
22#define PRISM_VERSION_PATCH 1
23
27#define PRISM_VERSION "1.5.1"
28
29#endif