diff options
author | Micael Karlberg <[email protected]> | 2013-02-08 15:48:20 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-02-08 15:48:20 +0100 |
commit | 1981684d10beae3b631dd51a02ba44b0000f523b (patch) | |
tree | 8baa318181324fb5f6f483ac2e58190a2e672e2b /lib/snmp/vsn.mk | |
parent | 14966543730096365d4fddc5ac1dce8554c40d7c (diff) | |
parent | 9d28f76402347f498d3c2175ac41a2591d7091b1 (diff) | |
download | otp-1981684d10beae3b631dd51a02ba44b0000f523b.tar.gz otp-1981684d10beae3b631dd51a02ba44b0000f523b.tar.bz2 otp-1981684d10beae3b631dd51a02ba44b0000f523b.zip |
Merge branch 'bmk/snmp/snmp4231_integration/r16'
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 8145e415f3..fb7aa52402 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2012. All Rights Reserved. +# Copyright Ericsson AB 1997-2013. 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.23 +SNMP_VSN = 4.23.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |