summaryrefslogtreecommitdiff
path: root/include/ruby/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/version.h')
-rw-r--r--include/ruby/version.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h
index 08c0aadb07..104f78a0c6 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 1
/**
* Teeny version. This digit is kind of reserved these days. Kept 0 for the
@@ -137,8 +137,7 @@ RUBY_EXTERN const int ruby_patchlevel;
/**
* This is what `ruby -v` prints to the standard error. Something like:
- * `"ruby 2.5.9p229 (2021-04-05 revision 67829) [x86_64-linux]"`. This doesn't
- * include runtime options like a JIT being enabled.
+ * `"ruby 2.5.9p229 (2021-04-05 revision 67829) [x86_64-linux]"`
*/
RUBY_EXTERN const char ruby_description[];