diff options
author | Micael Karlberg <[email protected]> | 2011-03-10 16:15:35 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-10 16:15:35 +0100 |
commit | 0422eb9016dd7bea2dff4004895ed45815ef0f48 (patch) | |
tree | 11a08b54e6606118780cde93e7b3a28363f579d6 /lib/inets/vsn.mk | |
parent | d612652cc71da9660b101db70a9f163b66c4b53a (diff) | |
download | otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.tar.gz otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.tar.bz2 otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.zip |
Added proper release notes, appup and version.
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index b1de3fef43..c0e25a30e3 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.5.2 +INETS_VSN = 5.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |