diff options
author | Ingela Anderton Andin <[email protected]> | 2016-04-25 13:30:15 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-04-25 13:30:15 +0200 |
commit | f18a1ab083e20f066a532a9c3d87e848251c1d9c (patch) | |
tree | 256b896bf565314839103825b18094e192e8cde2 /lib/inets/vsn.mk | |
parent | 7c0c37b96fa6199e70682b8b0e5e588f70e881cd (diff) | |
download | otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.tar.gz otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.tar.bz2 otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.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 121f55c389..543e0d44fd 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.2.1 +INETS_VSN = 6.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |