diff options
author | Micael Karlberg <[email protected]> | 2009-11-25 11:46:18 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-25 11:46:18 +0000 |
commit | 5c2bac05f515211a6158bb06d91ea3b0b3861b84 (patch) | |
tree | 06f7548fdc27e5972afa04a58d665870a9000ecf /lib/inets/vsn.mk | |
parent | 7bd64232f9c919a233b35cdaff850098a0e64d82 (diff) | |
download | otp-5c2bac05f515211a6158bb06d91ea3b0b3861b84.tar.gz otp-5c2bac05f515211a6158bb06d91ea3b0b3861b84.tar.bz2 otp-5c2bac05f515211a6158bb06d91ea3b0b3861b84.zip |
Fixing various dialyzer and copyright problems.
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 f80524e7e7..8ed4f0c192 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -17,7 +17,7 @@ # # %CopyrightEnd% -INETS_VSN = 5.2 +INETS_VSN = 5.2.0.1 PRE_VSN = APP_VSN = "inets-$(INETS_VSN)$(PRE_VSN)" |