release 3.36

This commit is contained in:
Oliver Gorwits
2017-06-28 22:56:35 +01:00
parent 0cfc501f83
commit 2d18a75ad7
118 changed files with 352 additions and 345 deletions

View File

@@ -16,6 +16,7 @@ foreach my $p (@pms) {
while (<O>) {
s/^\s*\$VERSION\s+=\s*'[^']+'\s*;/\$VERSION = '$new_version';/;
s/^SNMP::Info - Version [\d.]+$/SNMP::Info - Version $new_version/;
print P;
}