diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-06-06 08:21:40 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-06-06 08:21:40 +0900 |
commit | 884576bf12df04abbbc32bc74f142320bc6d7556 (patch) | |
tree | dc83896f9d57490c3586ea0590fe6ffe3d29c6ec /version.c | |
parent | 02880d1f4a9ebd1c0a807376fcb25ccd908334b4 (diff) |
Update RDoc of RUBY_REVISION
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ Init_version(void) */ rb_define_global_const("RUBY_PATCHLEVEL", MKINT(patchlevel)); /* - * The SVN revision for this ruby. + * The GIT commit hash for this ruby. */ rb_define_global_const("RUBY_REVISION", MKSTR(revision)); /* |