Skip to content

Commit

Permalink
Update release string.
Browse files Browse the repository at this point in the history
  • Loading branch information
norris%netscape.com committed May 5, 1999
1 parent 116769d commit 731ac36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org/mozilla/javascript/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void setLanguageVersion(int version) {
* number, and date.
*/
public String getImplementationVersion() {
return "JavaScript-Java 1.4 release 2 1998 12 18";
return "JavaScript-Java 1.4 release 3 1999 04 05";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/org/mozilla/javascript/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void setLanguageVersion(int version) {
* number, and date.
*/
public String getImplementationVersion() {
return "JavaScript-Java 1.4 release 2 1998 12 18";
return "JavaScript-Java 1.4 release 3 1999 04 05";
}

/**
Expand Down

0 comments on commit 731ac36

Please sign in to comment.