diff options
author | Péter Dimitrov <[email protected]> | 2018-08-27 10:36:23 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-08-27 10:36:23 +0200 |
commit | d3962078e76f1f04af12aecbea9d0fc33df3ea62 (patch) | |
tree | ab08ffc57a1f646929649dccc98e7d998be40426 /lib/inets/vsn.mk | |
parent | 0dceb1347440c8ff5ec0f572d2fd6bee782374a2 (diff) | |
download | otp-d3962078e76f1f04af12aecbea9d0fc33df3ea62.tar.gz otp-d3962078e76f1f04af12aecbea9d0fc33df3ea62.tar.bz2 otp-d3962078e76f1f04af12aecbea9d0fc33df3ea62.zip |
inets: Prepare for release
Change-Id: I891cc997475780f22a60119778984739d560f203
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 c1f5a2c4e0..3259a8a195 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.5.2.3 +INETS_VSN = 6.5.2.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |