File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
-*- coding: utf-8 -*-
2
2
3
+ commit 48d4efcb85000e1ebae42004e963b5d0cedddcf2
4
+ Author: NARUSE, Yui <naruse@airemix.jp>
5
+ AuthorDate: 2024-12-25 16:43:20 +0900
6
+ Commit: NARUSE, Yui <naruse@airemix.jp>
7
+ CommitDate: 2024-12-25 16:43:20 +0900
8
+
9
+ v3.4.1
10
+
3
11
commit f45010833071b953744658842369e3496dfacb48
4
12
Author: Takashi Kokubun <takashikkbn@gmail.com>
5
13
AuthorDate: 2024-12-25 13:50:41 +0900
Original file line number Diff line number Diff line change 1
- #define RUBY_REVISION "f450108330 "
2
- #define RUBY_FULL_REVISION "f45010833071b953744658842369e3496dfacb48 "
1
+ #define RUBY_REVISION "48d4efcb85 "
2
+ #define RUBY_FULL_REVISION "48d4efcb85000e1ebae42004e963b5d0cedddcf2 "
3
3
#define RUBY_RELEASE_YEAR 2024
4
4
#define RUBY_RELEASE_MONTH 12
5
5
#define RUBY_RELEASE_DAY 25
Original file line number Diff line number Diff line change 9
9
*/
10
10
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
11
11
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
12
- #define RUBY_VERSION_TEENY 0
12
+ #define RUBY_VERSION_TEENY 1
13
13
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
14
- #define RUBY_PATCHLEVEL -1
14
+ #define RUBY_PATCHLEVEL 0
15
15
16
16
#include "ruby/version.h"
17
17
#include "ruby/internal/abi.h"
You can’t perform that action at this time.
0 commit comments