Bumping these additional versions.
This commit is contained in:
parent
7d90658478
commit
d6ad919717
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in a new issue