Path: blob/master/lib/rex/proto/nuuo/constants.rb
21549 views
# -*- coding: binary -*-1module Rex2module Proto3module Nuuo4class Constants5VERSIONS =6[7'1.3.1',8'1.3.3',9'1.5.0',10'1.5.2',11'1.6.0',12'1.7.0',13'2.1.0',14'2.3.0',15'2.3.1',16'2.3.2',17'2.4.0',18'2.5.0',19'2.6.0',20'2.7.0',21'2.8.0',22'2.9.0',23'2.10.0',24'2.11.0',25'3.0.0',26'3.1.0',27'3.2.0',28'3.3.0',29'3.4.0',30'3.5.0'31]32=begin33FILE_BASE = 034FILE_IMAGES_MAP = 135FILE_TYPE =36[37FILE_BASE,38FILE_IMAGES_MAP39]40=end41end42end43end44end454647