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:
parent
5f01fba001
commit
9f81d9f92d
Notes:
git
2022-02-17 14:36:55 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue