diff options
author | Micael Karlberg <[email protected]> | 2010-11-26 11:21:19 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-11-26 11:21:19 +0100 |
commit | 5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea (patch) | |
tree | 8dbf3c304165c3fb339257d6ec3e6411f658642d /lib/inets/vsn.mk | |
parent | 360b932a2e3b0f4556f838612a031f62b845f0fb (diff) | |
download | otp-5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea.tar.gz otp-5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea.tar.bz2 otp-5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea.zip |
Added proper 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 ae55032f2a..f462290a99 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.5.0.1 +INETS_VSN = 5.5.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |