diff options
author | Micael Karlberg <[email protected]> | 2013-06-25 12:38:17 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-07-04 11:21:43 +0200 |
commit | a6ba7a3327b146d8472b154cc8ba4544f9d4d0fe (patch) | |
tree | 051a8e4d9168e8d369663ddcfb68fc9bb9fb5af0 /lib/snmp/vsn.mk | |
parent | f9967a625fe06d47f374e30959f6bb6f098cb25e (diff) | |
download | otp-a6ba7a3327b146d8472b154cc8ba4544f9d4d0fe.tar.gz otp-a6ba7a3327b146d8472b154cc8ba4544f9d4d0fe.tar.bz2 otp-a6ba7a3327b146d8472b154cc8ba4544f9d4d0fe.zip |
[snmp/agent] Cleanup, renaming, appup, proper version and release notes
Add utility functions for checking view masks.
Code cleanup, function renaming and comment fix (%% instead of %).
Also updated the mask check in the vacm config file check function.
Finally, release notes and some cosmetic changes to the agent
config-file(s) user guide chapter.
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)" |