Ruby  3.4.0dev (2024-11-05 revision ed06f018bdffe9bb7f8bdbf15fa5a727e402bfe9)
Macros
version.h File Reference

(ed06f018bdffe9bb7f8bdbf15fa5a727e402bfe9)

The version of the Prism library. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Detailed Description

The version of the Prism library.

Definition in file version.h.

Macro Definition Documentation

◆ PRISM_VERSION

#define PRISM_VERSION   "1.0.0"

The version of the Prism library as a constant string.

Definition at line 27 of file version.h.

◆ PRISM_VERSION_MAJOR

#define PRISM_VERSION_MAJOR   1

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   0

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.