Ruby  2.0.0p481(2014-05-08revision45883)
Defines
version.h File Reference
#include "ruby/version.h"
#include "revision.h"
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define RUBY_VERSION   "2.0.0"
#define RUBY_RELEASE_DATE   "2014-05-08"
#define RUBY_PATCHLEVEL   481
#define RUBY_RELEASE_YEAR   2014
#define RUBY_RELEASE_MONTH   5
#define RUBY_RELEASE_DAY   8
#define RUBY_PATCHLEVEL_STR   "p"STRINGIZE(RUBY_PATCHLEVEL)
#define RUBY_REVISION_STR   " revision "STRINGIZE(RUBY_REVISION)
#define RUBY_DESCRIPTION
#define RUBY_COPYRIGHT

Define Documentation

#define RUBY_COPYRIGHT
Value:
"ruby - Copyright (C) "     \
    STRINGIZE(RUBY_BIRTH_YEAR)"-"   \
    STRINGIZE(RUBY_RELEASE_YEAR)" " \
    RUBY_AUTHOR

Definition at line 48 of file version.h.

Value:
"ruby "RUBY_VERSION                 \
    RUBY_PATCHLEVEL_STR             \
    " ("RUBY_RELEASE_DATE           \
    RUBY_REVISION_STR") "           \
    "["RUBY_PLATFORM"]"

Definition at line 42 of file version.h.

#define RUBY_PATCHLEVEL   481

Definition at line 3 of file version.h.

Referenced by Init_version().

#define RUBY_PATCHLEVEL_STR   "p"STRINGIZE(RUBY_PATCHLEVEL)

Definition at line 22 of file version.h.

#define RUBY_RELEASE_DATE   "2014-05-08"

Definition at line 2 of file version.h.

#define RUBY_RELEASE_DAY   8

Definition at line 7 of file version.h.

#define RUBY_RELEASE_MONTH   5

Definition at line 6 of file version.h.

#define RUBY_RELEASE_YEAR   2014

Definition at line 5 of file version.h.

#define RUBY_REVISION_STR   " revision "STRINGIZE(RUBY_REVISION)

Definition at line 36 of file version.h.

#define RUBY_VERSION   "2.0.0"

Definition at line 1 of file version.h.