diff options
author | Micael Karlberg <[email protected]> | 2011-06-28 17:00:32 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-28 17:00:32 +0200 |
commit | 49846524934f74abcd44bbc315d9314c940d34ba (patch) | |
tree | 797998b282a5f042a18364f5b142786b011ee750 /lib/inets/vsn.mk | |
parent | 1aaf8958c019a1d0fd03de0677ccd2a98bc11553 (diff) | |
parent | d1e636f236a4a76e999ff516718c814f3eeed617 (diff) | |
download | otp-49846524934f74abcd44bbc315d9314c940d34ba.tar.gz otp-49846524934f74abcd44bbc315d9314c940d34ba.tar.bz2 otp-49846524934f74abcd44bbc315d9314c940d34ba.zip |
Merge branch 'dev' into major
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 c0e25a30e3..4abc1733d3 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.6 +INETS_VSN = 5.7 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |