Update version to 3.2.0RC3.

This commit is contained in:
mimaki
2023-01-23 10:16:15 +09:00
parent b40ab7bfee
commit 6b82843e72
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
/*
* Patch level string. (optional)
*/
#define MRUBY_PATCHLEVEL_STR "RC2"
#define MRUBY_PATCHLEVEL_STR "RC3"
#ifndef MRUBY_PATCHLEVEL_STR
# if MRUBY_PATCHLEVEL < 0
@@ -90,7 +90,7 @@ MRB_BEGIN_DECL
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 18
#define MRUBY_RELEASE_DAY 23
/*
* Release date as a string.