diff options
author | Micael Karlberg <[email protected]> | 2014-07-23 11:18:44 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2014-07-23 11:18:44 +0200 |
commit | 6b7108315d2cb6d1efca756ae5a7fa882827f49d (patch) | |
tree | e752061a8326761f2c6ca1a8f6bcd6606d22288e /lib/snmp/vsn.mk | |
parent | 059109a20023043aca767b6f208f9c812c42eb20 (diff) | |
parent | 6934c60bfaee278faf28e33b72ce6d99baef94ac (diff) | |
download | otp-6b7108315d2cb6d1efca756ae5a7fa882827f49d.tar.gz otp-6b7108315d2cb6d1efca756ae5a7fa882827f49d.tar.bz2 otp-6b7108315d2cb6d1efca756ae5a7fa882827f49d.zip |
Merge branch 'bmk/snmp/compiler/allow_refinement_of_opaque/OTP-12066' into maint-r16b02maint-r16b02
OTP-12066
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 2164121e86..e5127da394 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2013. All Rights Reserved. +# Copyright Ericsson AB 1997-2014. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.24.2 +SNMP_VSN = 4.24.2.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |