Bumping these additional versions.

master v0.2.1
Austin Ziegler 2011-03-23 21:19:00 -04:00
parent 7d90658478
commit d6ad919717
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ module Net # :nodoc:
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
# </table>
module BER
VERSION = '0.2'
VERSION = '0.2.1'
##
# Used for BER-encoding the length and content bytes of a Fixnum integer

View File

@ -2,7 +2,7 @@
# :stopdoc:
module Net
class SNMP
VERSION = '0.2'
VERSION = '0.2.1'
AsnSyntax = Net::BER.compile_syntax({
:application => {