diff options
author | Ingela Anderton Andin <[email protected]> | 2014-05-23 17:43:49 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-05-26 10:20:23 +0200 |
commit | a004919e744907ad70300df391eccc1fa72bc289 (patch) | |
tree | 001883d3e5edfbadb32521ea14672898a59b0be1 /lib/inets/vsn.mk | |
parent | 9e19d1bf9fc7dc322823327e5e78f4ec0c3cee37 (diff) | |
download | otp-a004919e744907ad70300df391eccc1fa72bc289.tar.gz otp-a004919e744907ad70300df391eccc1fa72bc289.tar.bz2 otp-a004919e744907ad70300df391eccc1fa72bc289.zip |
inets: Prepare for release
Do application restart as old soft upgrade was not correct
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 cbcf0362c9..bbd86c3eb3 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.10 +INETS_VSN = 5.10.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |