Ruby  2.0.0p247(2013-06-27revision41674)
Defines
version.h File Reference
#include "ruby/version.h"
#include "revision.h"

Go to the source code of this file.

Defines

#define RUBY_VERSION   "2.0.0"
#define RUBY_RELEASE_DATE   "2013-06-27"
#define RUBY_PATCHLEVEL   247
#define RUBY_RELEASE_YEAR   2013
#define RUBY_RELEASE_MONTH   6
#define RUBY_RELEASE_DAY   27
#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   247

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   "2013-06-27"

Definition at line 2 of file version.h.

#define RUBY_RELEASE_DAY   27

Definition at line 7 of file version.h.

#define RUBY_RELEASE_MONTH   6

Definition at line 6 of file version.h.

#define RUBY_RELEASE_YEAR   2013

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.