Skip to content

Commit c29302d

Browse files
Charlie Somervilletmm1
authored andcommitted
put (development) in RUBY_DESCRIPTION instead of date/revision
1 parent dada83b commit c29302d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#if RUBY_PATCHLEVEL == -1
2020
#define RUBY_PATCHLEVEL_STR "dev"
2121
#else
22-
#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL) "-github"
22+
#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL)
2323
#endif
2424

2525
#ifndef RUBY_REVISION
@@ -42,8 +42,8 @@
4242
# define RUBY_DESCRIPTION \
4343
"ruby "RUBY_VERSION \
4444
RUBY_PATCHLEVEL_STR \
45-
" ("RUBY_RELEASE_DATE \
46-
RUBY_REVISION_STR") " \
45+
"-github" \
46+
" (development) " \
4747
"["RUBY_PLATFORM"]"
4848
# define RUBY_COPYRIGHT \
4949
"ruby - Copyright (C) " \

0 commit comments

Comments
 (0)