Skip to content

Commit

Permalink
Bumping version to 2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 10, 2014
1 parent a07572b commit 8346498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
verbose($DEBUG)

def version
"2.43.0"
"2.43.1"
end
ide_version = "1.10.0"

Expand Down
4 changes: 2 additions & 2 deletions java/server/src/org/openqa/selenium/server/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selenium.rc.version=2.43
selenium.rc.revision=.0
selenium.rc.revision=.1
selenium.core.version=2.43
selenium.core.revision=.0
selenium.core.revision=.1
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>fxdriver@googlecode.com</em:id>
<em:version>2.43.0</em:version>
<em:version>2.43.1</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down
4 changes: 2 additions & 2 deletions javascript/selenium-core/scripts/selenium-version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Selenium.version = "2.42";
Selenium.revision = ".2";
Selenium.version = "2.43";
Selenium.revision = ".1";

window.top.document.title += " v" + Selenium.version + Selenium.revision;

0 comments on commit 8346498

Please sign in to comment.