diff options
author | Micael Karlberg <[email protected]> | 2018-09-27 17:26:43 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-27 17:26:43 +0200 |
commit | a5941de7c377039a110417488cb526d3d3ff0843 (patch) | |
tree | 69b70258c8dbdd2d6481f01dd130678f97e990b4 /lib/snmp | |
parent | 2da0fa2902dbddf6d593eae1b979e9ba67fefc2e (diff) | |
download | otp-a5941de7c377039a110417488cb526d3d3ff0843.tar.gz otp-a5941de7c377039a110417488cb526d3d3ff0843.tar.bz2 otp-a5941de7c377039a110417488cb526d3d3ff0843.zip |
[snmp] Update version (-> 5.3)
Diffstat (limited to 'lib/snmp')
-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 4d5a0fbce8..f305497cd3 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 5.2.12 +SNMP_VSN = 5.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |