Skip to content

Commit

Permalink
Fix an ommission of previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unak committed Sep 19, 2023
1 parent 8a8d889 commit 4153e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ lhs : user_variable
/*%%%*/
$$ = attrset(p, $1, idCOLON2, $3, &@$);
/*% %*/
/*% ripper: field!($1, ID2VAL(idCOLON2), $3) %*/
/*% ripper: field!($1, idCOLON2, $3) %*/
}
| primary_value call_op tCONSTANT
{
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 238
#define RUBY_PATCHLEVEL 239

#define RUBY_RELEASE_YEAR 2023
#define RUBY_RELEASE_MONTH 9
#define RUBY_RELEASE_DAY 5
#define RUBY_RELEASE_DAY 19

#include "ruby/version.h"

Expand Down

0 comments on commit 4153e80

Please sign in to comment.