From 9f81d9f92d4f10bbdd0b5ac80b9d5cd8921a71be Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 Jan 2022 09:55:41 +0900 Subject: [PATCH] Hide patchlevel from release build --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index ed2f5d1264..1841994310 100644 --- a/version.h +++ b/version.h @@ -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