diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 11:41:18 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 11:41:18 +0200 |
commit | 4384c7137cb016b8b3cb9dd4d8ee82870c08f98c (patch) | |
tree | f9fb329a97a79e0bd8619a7d584c62334e4ab1ee /lib/inets/vsn.mk | |
parent | 1e69822bac15f0a3eb4084fb56beb1bb6d7decd8 (diff) | |
download | otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.tar.gz otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.tar.bz2 otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.zip |
Set proper version (5.7).
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 2bb4d83c49..4abc1733d3 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.6.1 +INETS_VSN = 5.7 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |