mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
update rhino's js.jar to 1.7R5
This commit is contained in:
parent
613b5417e6
commit
045df83368
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
module Rhino
|
||||
JAR_VERSION = '1.7.4'; version = JAR_VERSION.split('.')
|
||||
JAR_VERSION = '1.7.5'; version = JAR_VERSION.split('.')
|
||||
jar_file = "rhino-#{version[0]}.#{version[1]}R#{version[2]}.jar"
|
||||
JAR_PATH = File.expand_path("../#{jar_file}", File.dirname(__FILE__))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue