Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
version.h File Reference

The version of the Prism library. More...

Go to the source code of this file.

Macros

#define PRISM_VERSION_MAJOR   0
 The major version of the Prism library as an int.
 
#define PRISM_VERSION_MINOR   19
 The minor version of the Prism library as an int.
 
#define PRISM_VERSION_PATCH   0
 The patch version of the Prism library as an int.
 
#define PRISM_VERSION   "0.19.0"
 The version of the Prism library as a constant string.
 

Detailed Description

The version of the Prism library.

Definition in file version.h.

Macro Definition Documentation

◆ PRISM_VERSION

#define PRISM_VERSION   "0.19.0"

The version of the Prism library as a constant string.

Definition at line 27 of file version.h.

Referenced by pm_version().

◆ PRISM_VERSION_MAJOR

#define PRISM_VERSION_MAJOR   0

The major version of the Prism library as an int.

Definition at line 12 of file version.h.

◆ PRISM_VERSION_MINOR

#define PRISM_VERSION_MINOR   19

The minor version of the Prism library as an int.

Definition at line 17 of file version.h.

◆ PRISM_VERSION_PATCH

#define PRISM_VERSION_PATCH   0

The patch version of the Prism library as an int.

Definition at line 22 of file version.h.