[ruby/stringio] Make STRINGIO_VERSION uniform

4400bf3380
This commit is contained in:
Nobuyoshi Nakada 2023-11-04 17:43:39 +09:00
parent b30783e02e
commit 79d0879536
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@
**********************************************************************/
#define STRINGIO_VERSION "3.0.9"
static const char *const
STRINGIO_VERSION = "3.0.9";
#include "ruby.h"
#include "ruby/io.h"