watir/ie.rb in watir-1.5.5 vs watir/ie.rb in watir-1.5.6
- old
+ new
@@ -55,10 +55,10 @@
REVISION_STRING = '$Revision: 1263 $'
REVISION_STRING.scan(/Revision: (\d*)/)
REVISION = $1 or 'unknown'
# The Release number
- VERSION_SHORT = '1.5.5'
+ VERSION_SHORT = '1.5.6'
VERSION = VERSION_SHORT + '.' + REVISION
# Used internally to determine when IE has finished loading a page
READYSTATE_COMPLETE = 4
\ No newline at end of file