diff options
author | Ingela Anderton Andin <[email protected]> | 2014-06-17 14:14:57 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-06-17 14:14:57 +0200 |
commit | 608b77fa435c10966d37efedfe1e3b6d7e442c50 (patch) | |
tree | 559ffd05060a54ce8c42b4742a7fdbf8b9aac560 /lib/inets/vsn.mk | |
parent | e2961080386045f3e4ef59d9895b680ccdc4fbe4 (diff) | |
download | otp-608b77fa435c10966d37efedfe1e3b6d7e442c50.tar.gz otp-608b77fa435c10966d37efedfe1e3b6d7e442c50.tar.bz2 otp-608b77fa435c10966d37efedfe1e3b6d7e442c50.zip |
inets: Prepare for release
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 bbd86c3eb3..79081f371c 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.10.1 +INETS_VSN = 5.10.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |