lib/net/dns/dns.rb in net-dns-0.2.5 vs lib/net/dns/dns.rb in net-dns-0.3

- old
+ new

@@ -8,11 +8,11 @@ module Net # :nodoc: module DNS # Version of the library - VERSION = 0.1 - + VERSION = "0.3" + # Packet size in bytes PACKETSZ = 512 # Size of the header HFIXEDSZ = 12