Skip to content

Commit

Permalink
Merge pull request #9 from jerryk55/vddk6.5_support
Browse files Browse the repository at this point in the history
Add VDDK 6.5.0 Support
  • Loading branch information
roliveri committed Apr 6, 2017
2 parents 41c79dd + 953819f commit c4911f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ffi-vix_disk_lib/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def self.load_error
#
# Make sure we load one and only one version of VixDiskLib
#
version_load_order = %w( 6.0.0 5.5.4 5.5.2 5.5.1 5.5.0 5.1.3 5.1.2 5.1.1 5.1.0 5.0.4 5.0.0 1.2.0 1.1.2 )
version_load_order = %w( 6.5.0 6.0.0 5.5.4 5.5.2 5.5.1 5.5.0 5.1.3 5.1.2 5.1.1 5.1.0 5.0.4 5.0.0 1.2.0 1.1.2 )
bad_versions = {}
load_errors = []
loaded_library = ""
Expand Down
2 changes: 1 addition & 1 deletion lib/ffi-vix_disk_lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FFI
module VixDiskLib
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end

0 comments on commit c4911f1

Please sign in to comment.