diff options
author | Micael Karlberg <[email protected]> | 2011-02-22 10:51:48 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-22 10:51:48 +0100 |
commit | 5c8ae44362086700002fdda25fffe2c210efa059 (patch) | |
tree | 56b85389b77bb38114475093aea741fbc1284ad3 /lib/snmp/vsn.mk | |
parent | 031613986bf597c879cefbd64581b5fbd7cfb2ea (diff) | |
parent | d7c6e2781c64e5e75add8a89d1b553bd5e9283f1 (diff) | |
download | otp-5c8ae44362086700002fdda25fffe2c210efa059.tar.gz otp-5c8ae44362086700002fdda25fffe2c210efa059.tar.bz2 otp-5c8ae44362086700002fdda25fffe2c210efa059.zip |
Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' into bmk/snmp/snmpc/OTP-9004
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/vsn.mk
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index ac9a192f5d..b55c8718ec 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -1,3 +1,22 @@ +#-*-makefile-*- ; force emacs to enter makefile-mode + +# %CopyrightBegin% +# +# Copyright Ericsson AB 1997-2011. 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 +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% + SNMP_VSN = 4.19 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" |