Skip to content

Commit 9ecfc87

Browse files
committed
merge revision(s) r47819: [Backport ruby#9914]
* configure.in: Fix typo. [Bug ruby#9914] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@47945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 309b930 commit 9ecfc87

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Oct 15 23:08:02 2014 Rei Odaira <[email protected]>
2+
3+
* configure.in: Fix typo. [Bug #9914]
4+
15
Wed Oct 15 22:46:52 2014 NAKAMURA Usaku <[email protected]>
26

37
* error.c: update exception tree. [DOC]

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ AS_CASE(["$target_os"],
11651165
[
11661166
# AIX currently does not support a 32-bit call to posix_fadvise()
11671167
# if _LARGE_FILES is defined.
1168-
ac_cv_posix_fadvise=no
1168+
ac_cv_func_posix_fadvise=no
11691169
])
11701170
])
11711171

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.4"
22
#define RUBY_RELEASE_DATE "2014-10-15"
3-
#define RUBY_PATCHLEVEL 248
3+
#define RUBY_PATCHLEVEL 249
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 10

0 commit comments

Comments
 (0)