Skip to content

Commit

Permalink
teenyup
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Feb 18, 2022
1 parent 7fe0ebc commit 53f5fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
*/
# 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 17
#define RUBY_PATCHLEVEL 18

#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 2
#define RUBY_RELEASE_DAY 17
#define RUBY_RELEASE_DAY 18

#include "ruby/version.h"

Expand Down

0 comments on commit 53f5fc4

Please sign in to comment.