Skip to content

Commit d5c9a40

Browse files
committed
Revert "Development of 4.0.0 started."
This reverts commit 6d81969.
1 parent 3ae2514 commit d5c9a40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ruby/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
* doesn't mean a total rewrite. Practically when it comes to API versioning,
6262
* major and minor version changes are equally catastrophic.
6363
*/
64-
#define RUBY_API_VERSION_MAJOR 4
64+
#define RUBY_API_VERSION_MAJOR 3
6565

6666
/**
6767
* Minor version. As of writing this version changes annually. Greater
6868
* version doesn't mean "better"; they just mean years passed.
6969
*/
70-
#define RUBY_API_VERSION_MINOR 0
70+
#define RUBY_API_VERSION_MINOR 5
7171

7272
/**
7373
* Teeny version. This digit is kind of reserved these days. Kept 0 for the

0 commit comments

Comments
 (0)