Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
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 2
18
22#define PRISM_VERSION_PATCH 0
23
27#define PRISM_VERSION "1.2.0"
28
29#endif