Bumping these additional versions.

This commit is contained in:
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> # <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
# </table> # </table>
module BER module BER
VERSION = '0.2' VERSION = '0.2.1'
## ##
# Used for BER-encoding the length and content bytes of a Fixnum integer # Used for BER-encoding the length and content bytes of a Fixnum integer

View file

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