Bump to 0.0.6

This commit is contained in:
HD Moore 2011-11-23 22:33:32 -06:00
parent 61aa46dfda
commit 2ddef115cb
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ end
#
class FastLib
VERSION = "0.0.5"
VERSION = "0.0.6"
FLAG_COMPRESS = 0x01
FLAG_ENCRYPT = 0x02
@ -142,7 +142,7 @@ class FastLib
@@cache[lib][:fastlib_header][1] +
@@cache[lib][name][0]
)
data = fastlib_filter_decode( @@cache[lib][:fastlib_flags], fd.read(@@cache[lib][name][1] ))
data = fastlib_filter_decode( lib, fd.read(@@cache[lib][name][1] ))
end
# Return the contents in raw or processed form