Skip to content

Commit 917f17c

Browse files
committed
Version number update: 5.9.5
1 parent 43da3ad commit 917f17c

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Frequently Asked Questions (FAQ) for the UCD/Net-SNMP package
22
=============================================================
33
FAQ Author: Dave Shield
4-
Net-SNMP Version: 5.9.4
4+
Net-SNMP Version: 5.9.5
55
Net-SNMP/UCD-SNMP Project Leader: Wes Hardaker
66
77

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README file for net-snmp Version: 5.9.4
1+
README file for net-snmp Version: 5.9.5
22

33
DISCLAIMER
44

dist/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SHELL = /bin/sh
1919
NAME = net-snmp
2020

2121
# Define the default RPM release number. Set by Version-Munge.pl
22-
VERSION = 5.9.4
22+
VERSION = 5.9.5
2323

2424
VERSION_TAG=`echo Ext-$(VERSION) | sed 's/\./-/g;'`
2525

dist/net-snmp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
%endif
3838
Summary: Tools and services for the SNMP protocol
3939
Name: net-snmp
40-
Version: 5.9.4
40+
Version: 5.9.5
4141
# update release for vendor release. (eg 1.fc6, 1.rh72, 1.ydl3, 1.ydl23)
4242
Release: 1
4343
URL: http://www.net-snmp.org/

perl/ASN/ASN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @EXPORT $VERSION $AUTOLOAD);
6666
ASN_UNSIGNED
6767
ASN_UNSIGNED64
6868
);
69-
$VERSION = '5.0904';
69+
$VERSION = '5.0905';
7070

7171
sub AUTOLOAD {
7272
# This AUTOLOAD is used to 'autoload' constants from the constant()

perl/AnyData_SNMP/Storage.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package AnyData::Storage::SNMP;
66
## scalar sets?
77
## multi-hosts
88

9-
$AnyData::Storage::VERSION = '5.0904';
9+
$AnyData::Storage::VERSION = '5.0905';
1010
use strict;
1111
use warnings;
1212

perl/OID/OID.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @EXPORT $VERSION $AUTOLOAD);
9292
snmp_oid_compare
9393
compare
9494
);
95-
$VERSION = '5.0904';
95+
$VERSION = '5.0905';
9696

9797
sub new {
9898
my $type = shift;

perl/SNMP/SNMP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# modify it under the same terms as Perl itself.
88

99
package SNMP;
10-
$VERSION = '5.0904'; # current release version number
10+
$VERSION = '5.0905'; # current release version number
1111

1212
use strict;
1313
use warnings;

perl/TrapReceiver/TrapReceiver.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require NetSNMP::OID;
4747
NETSNMPTRAPD_PRE_HANDLER
4848
);
4949

50-
$VERSION = '5.0904';
50+
$VERSION = '5.0905';
5151

5252
# sub new {
5353
# my $type = shift;

perl/agent/Support/Support.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
2626
@ISA = qw(Exporter getLeaf);
2727
@EXPORT = qw(registerAgent getOidElement setOidElement);
2828
@EXPORT_OK = qw();
29-
$VERSION = '5.0904';
29+
$VERSION = '5.0905';
3030

3131
use strict;
3232
use warnings;

0 commit comments

Comments
 (0)