diff options
author | Yukihiro "Matz" Matsumoto <[email protected]> | 2023-12-25 18:13:40 +0900 |
---|---|---|
committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2023-12-25 18:13:40 +0900 |
commit | 98eeadc93298b2f178d400d99f3921e3663369b6 (patch) | |
tree | efeabd4692a157a9449a65ce99280d5cd8aedc8f /include | |
parent | a44a59dbaf1b5c930c9f476077b0be9b1653ad9c (diff) |
Development of 3.4.0 started.
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h index 08c0aadb07..e9113177de 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -67,7 +67,7 @@ * Minor version. As of writing this version changes annually. Greater * version doesn't mean "better"; they just mean years passed. */ -#define RUBY_API_VERSION_MINOR 3 +#define RUBY_API_VERSION_MINOR 4 /** * Teeny version. This digit is kind of reserved these days. Kept 0 for the |