Skip to content

Commit

Permalink
updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
charley committed Oct 22, 2009
1 parent 0720fc7 commit 550a5a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .idea/dictionaries/charley.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commonwatir/lib/commonwatir.rb
@@ -1,3 +1,3 @@
class CommonWatir
VERSION = '1.6.5.rc1'
VERSION = '1.6.5.rc2'
end
2 changes: 1 addition & 1 deletion firewatir/lib/firewatir/version.rb
@@ -1,5 +1,5 @@
module FireWatir
class Firefox
VERSION = '1.6.5.rc1'
VERSION = '1.6.5.rc2'
end
end
2 changes: 1 addition & 1 deletion watir/lib/watir/version.rb
@@ -1,5 +1,5 @@
module Watir
class IE
VERSION = '1.6.5.rc1'
VERSION = '1.6.5.rc2'
end
end

0 comments on commit 550a5a7

Please sign in to comment.