1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Hide patchlevel from release build

This commit is contained in:
Hiroshi SHIBATA 2022-01-27 09:55:41 +09:00
parent 5f01fba001
commit 9f81d9f92d
Notes: git 2022-02-17 14:36:55 +09:00

View file

@ -48,7 +48,7 @@
#if RUBY_PATCHLEVEL == -1
#define RUBY_PATCHLEVEL_STR "dev"
#else
#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL)
#define RUBY_PATCHLEVEL_STR ""
#endif
#ifndef RUBY_REVISION