diff options
author | Henrik <[email protected]> | 2018-05-02 09:18:58 +0200 |
---|---|---|
committer | Henrik <[email protected]> | 2018-05-02 09:18:58 +0200 |
commit | ff819e79274c4638c9c9cf77ba4f45f24a0a2ab0 (patch) | |
tree | 19644a83fed288a6c4a787d222f761583695aac6 /lib/inets | |
parent | 24bfa1943a85f9f9db34a799d44e072306694db9 (diff) | |
download | otp-ff819e79274c4638c9c9cf77ba4f45f24a0a2ab0.tar.gz otp-ff819e79274c4638c9c9cf77ba4f45f24a0a2ab0.tar.bz2 otp-ff819e79274c4638c9c9cf77ba4f45f24a0a2ab0.zip |
Revert "Update version numbers"
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3.
Diffstat (limited to 'lib/inets')
-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 c86b5c0b48..3a489357ff 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0 +INETS_VSN = 6.5.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |