Switching to version 0.1.0.

This commit is contained in:
Austin Ziegler 2010-03-15 20:16:12 -04:00
parent 5c319e1b58
commit 0f13153558
8 changed files with 13 additions and 24 deletions

View file

@ -3,6 +3,8 @@ require 'stringio'
module Net
module BER
module BERParser
VERSION = '0.1.0'
# The order of these follows the class-codes in BER.
# Maybe this should have been a hash.
TagClasses = [:universal, :application, :context_specific, :private]
@ -108,4 +110,3 @@ module Net
end
end
end