diff options
author | Micael Karlberg <[email protected]> | 2013-02-05 17:26:48 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-02-05 17:26:48 +0100 |
commit | 9d28f76402347f498d3c2175ac41a2591d7091b1 (patch) | |
tree | 8426b728395d8f742a51d5f3c66322da77ea5fa2 /lib/snmp/vsn.mk | |
parent | 68b804f34d4ec420d86953e3f519179a40fbee8f (diff) | |
parent | fc328fa1c24bbf0ca27d553266c90fb29427cd5f (diff) | |
download | otp-9d28f76402347f498d3c2175ac41a2591d7091b1.tar.gz otp-9d28f76402347f498d3c2175ac41a2591d7091b1.tar.bz2 otp-9d28f76402347f498d3c2175ac41a2591d7091b1.zip |
Merge branch 'bmk/snmp/snmp4222_integration/r15' into bmk/snmp/snmp4231_integration/r16
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/src/app/snmp.appup.src
lib/snmp/vsn.mk
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)" |