Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Apr 23, 2024
1 parent dde9921 commit c56cd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
*/
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 0
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 20
#define RUBY_PATCHLEVEL 55

#include "ruby/version.h"
#include "ruby/internal/abi.h"
Expand Down

2 comments on commit c56cd86

@flavorjones
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nurse can you please make sure this commit and tag are pushed to ruby/ruby? Right now I see message on this commit:

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

and I can't find this commit or tag in my local clone after updating remotes.

@hsbt
Copy link
Member

@hsbt hsbt commented on c56cd86 Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.