diff options
author | Ingela Anderton Andin <[email protected]> | 2016-08-08 16:07:18 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-08-08 16:25:13 +0200 |
commit | 0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e (patch) | |
tree | 9b3c53d469830a5c42f5ca61c76e7dbd947298b3 /lib/inets/vsn.mk | |
parent | fabe1079444d0e35c5f1192ba327666f0f93f0b6 (diff) | |
download | otp-0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e.tar.gz otp-0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e.tar.bz2 otp-0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e.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 3408c3b128..747724a86b 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.1 +INETS_VSN = 6.3.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |