Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## jar-1.7.7 2015-09-16

* updated to Mozilla's Rhino 1.7R7 release from 2015-06-17, notes:
https://github.com/mozilla/rhino/releases/tag/Rhino1_7_7_RELEASE

## jar-1.7.6 2015-04-29

* updated to Mozilla's Rhino 1.7R5 release from 2015-04-15, notes:
Expand Down
Binary file renamed jar/rhino-1.7.6.jar → jar/rhino-1.7.7.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion jar/rhino/jar_path.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rhino
JAR_VERSION = '1.7.6'; version = JAR_VERSION.split('.')
JAR_VERSION = '1.7.7'; version = JAR_VERSION.split('.')
jar_file = "rhino-#{version[0]}.#{version[1]}.#{version[2]}.jar"
JAR_PATH = File.expand_path("../#{jar_file}", File.dirname(__FILE__))
end