Skip to content

Commit

Permalink
merge revision(s) 3071a72:
Browse files Browse the repository at this point in the history
	Add a comment about confusing code [ci skip]

	---
	 configure.ac | 1 +
	 1 file changed, 1 insertion(+)
  • Loading branch information
nagachika committed Nov 24, 2022
1 parent 9ca4b96 commit 1a6b167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ AC_ARG_WITH(baseruby,
[
AC_PATH_PROG([BASERUBY], [ruby], [false])
])
# BASERUBY must be >= 2.2.0. Note that `"2.2.0" > "2.2"` is true.
AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42 if RUBY_VERSION > "2.2"' 2>/dev/null`" = 42], [
AS_CASE(["$build_os"], [mingw*], [
# Can MSys shell run a command with a drive letter?
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 184
#define RUBY_PATCHLEVEL 185

#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 11
#define RUBY_RELEASE_DAY 23
#define RUBY_RELEASE_DAY 24

#include "ruby/version.h"

Expand Down

0 comments on commit 1a6b167

Please sign in to comment.