diff options
author | Micael Karlberg <[email protected]> | 2013-07-15 15:17:45 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-07-15 15:17:45 +0200 |
commit | 625748f78566ba8638f494fc09be4311672e473b (patch) | |
tree | 7ce469e67ab57df76ce4b842460eff7c0d0f0b69 /lib/snmp/vsn.mk | |
parent | bc30159f5eac936fa9c8ea97d2ab11564448ba7b (diff) | |
parent | d0f3453270325374a76f0f86215783f8a3475c56 (diff) | |
download | otp-625748f78566ba8638f494fc09be4311672e473b.tar.gz otp-625748f78566ba8638f494fc09be4311672e473b.tar.bz2 otp-625748f78566ba8638f494fc09be4311672e473b.zip |
Merge branch 'maint-r16' into maint
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 0e48e7ea56..e987649e11 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.24 +SNMP_VSN = 4.24.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |