Skip to content

Commit

Permalink
2.8.0 (tentative; to be 3.0.0) development has started.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Dec 26, 2019
1 parent e1e1d92 commit 537a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ruby/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/* API version */
#define RUBY_API_VERSION_MAJOR 2
#define RUBY_API_VERSION_MINOR 7
#define RUBY_API_VERSION_MINOR 8
#define RUBY_API_VERSION_TEENY 0
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)

Expand Down

0 comments on commit 537a1cd

Please sign in to comment.