ruby/prism/version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 строки
374 B
C
Исходник Обычный вид История

/**
* The major version of the Prism library as an int.
*/
2023-09-27 19:24:48 +03:00
#define PRISM_VERSION_MAJOR 0
/**
* The minor version of the Prism library as an int.
*/
2023-10-30 19:35:39 +03:00
#define PRISM_VERSION_MINOR 16
/**
* The patch version of the Prism library as an int.
*/
2023-10-30 19:35:39 +03:00
#define PRISM_VERSION_PATCH 0
/**
* The version of the Prism library as a constant string.
*/
2023-10-30 19:35:39 +03:00
#define PRISM_VERSION "0.16.0"