Skip to content

Commit

Permalink
SimonStewart: Bumping version number for 2.28
Browse files Browse the repository at this point in the history
r18308
  • Loading branch information
shs96c committed Dec 11, 2012
1 parent cca8a94 commit 633f8b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
verbose($DEBUG)

def version
"2.27.0"
"2.28.0"
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.27
selenium.rc.version=2.28
selenium.rc.revision=.0
selenium.core.version=2.27
selenium.core.version=2.28
selenium.core.revision=.0
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.27.0</em:version>
<em:version>2.28.0</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down
2 changes: 1 addition & 1 deletion javascript/selenium-core/scripts/selenium-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Selenium.version = "2.27";
Selenium.version = "2.28";
Selenium.revision = ".0";

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

0 comments on commit 633f8b6

Please sign in to comment.