diff options
author | Raimo Niskanen <[email protected]> | 2014-05-21 16:01:49 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-07-25 12:17:21 +0200 |
commit | 0408e4af1978177d7dee498ea3dced37aa56aefe (patch) | |
tree | 9610b06b2ee05b4ffb972ab01c7d81fcc3b27e9c /lib/snmp/vsn.mk | |
parent | 5b99573e288d3798414958975db41daf5509c0fb (diff) | |
download | otp-0408e4af1978177d7dee498ea3dced37aa56aefe.tar.gz otp-0408e4af1978177d7dee498ea3dced37aa56aefe.tar.bz2 otp-0408e4af1978177d7dee498ea3dced37aa56aefe.zip |
Fix vsn.mk and clean out moot testcases
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 04c3cc9392..533e313bdb 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.25.1 +SNMP_VSN = 4.25.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |