diff options
author | Micael Karlberg <[email protected]> | 2012-02-24 15:29:04 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-24 15:29:04 +0100 |
commit | 92e37200fdfba41a625615b5b8e8308e363393aa (patch) | |
tree | 8dc6fbc743008403083062b0936099b907ae5c1d /lib/snmp/vsn.mk | |
parent | 045810f873df73a09b105d051eed244be2edf7ee (diff) | |
download | otp-92e37200fdfba41a625615b5b8e8308e363393aa.tar.gz otp-92e37200fdfba41a625615b5b8e8308e363393aa.tar.bz2 otp-92e37200fdfba41a625615b5b8e8308e363393aa.zip |
[snmp/agent] Improve error handling while reading agent config files
Improve error handling while reading agent config files.
OTP-9943
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index fb1dcb6c41..36b9764bc8 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.21.7 +SNMP_VSN = 4.22 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |