Switch default Ruby's version to 1.9.x, currently 1.9.2.
This commit is contained in:
parent
a0e8242b45
commit
7b83b9af09
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rubyversion.mk,v 1.61 2011/08/12 15:27:44 taca Exp $
|
||||
# $NetBSD: rubyversion.mk,v 1.62 2011/09/14 16:50:18 taca Exp $
|
||||
#
|
||||
|
||||
.if !defined(_RUBYVERSION_MK)
|
||||
|
@ -21,7 +21,7 @@ RUBY19_API_VERSION= 1.9.1
|
|||
# RUBY_VERSION_DEFAULT defines default version for Ruby related
|
||||
# packages and user can define in mk.conf. (1.8 or 1.9)
|
||||
#
|
||||
RUBY_VERSION_DEFAULT?= 1.8
|
||||
RUBY_VERSION_DEFAULT?= 1.9
|
||||
_RUBY_VERSION_DEFAULT= ${RUBY_VERSION_DEFAULT:S/.//}
|
||||
|
||||
# RUBY_VERSION defines the specific Ruby's version which is supported
|
||||
|
|
Loading…
Reference in a new issue