Skip to content

Commit 352de16

Browse files
committed
Remove an extra dot from RUBY_API_VERSION_STR
1 parent fc19ce0 commit 352de16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

version.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151

5252
#define RUBY_API_VERSION_STR \
5353
STRINGIZE(RUBY_API_VERSION_MAJOR) "." \
54-
STRINGIZE(RUBY_API_VERSION_MINOR) "." \
55-
""
54+
STRINGIZE(RUBY_API_VERSION_MINOR)
5655
const int ruby_api_version[] = {
5756
RUBY_API_VERSION_MAJOR,
5857
RUBY_API_VERSION_MINOR,

0 commit comments

Comments
 (0)