We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae2514 commit d5c9a40Copy full SHA for d5c9a40
1 file changed
include/ruby/version.h
@@ -61,13 +61,13 @@
61
* doesn't mean a total rewrite. Practically when it comes to API versioning,
62
* major and minor version changes are equally catastrophic.
63
*/
64
-#define RUBY_API_VERSION_MAJOR 4
+#define RUBY_API_VERSION_MAJOR 3
65
66
/**
67
* Minor version. As of writing this version changes annually. Greater
68
* version doesn't mean "better"; they just mean years passed.
69
70
-#define RUBY_API_VERSION_MINOR 0
+#define RUBY_API_VERSION_MINOR 5
71
72
73
* Teeny version. This digit is kind of reserved these days. Kept 0 for the
0 commit comments