diff options
author | Ingela Anderton Andin <[email protected]> | 2016-03-16 11:44:11 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-03-17 13:29:23 +0100 |
commit | b9c0ace0ca8a7ef8f6abe3acaf479716f9ea0f62 (patch) | |
tree | 6ea5d5e2a3a4acf1a71618b4e1bd76d371f7f2e3 /lib/inets/vsn.mk | |
parent | 640a6cd4f9cdc145afa26809834034ec4e3d2f94 (diff) | |
download | otp-b9c0ace0ca8a7ef8f6abe3acaf479716f9ea0f62.tar.gz otp-b9c0ace0ca8a7ef8f6abe3acaf479716f9ea0f62.tar.bz2 otp-b9c0ace0ca8a7ef8f6abe3acaf479716f9ea0f62.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 3d25b328af..df2359e012 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.2 +INETS_VSN = 6.2.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |