diff options
author | Micael Karlberg <[email protected]> | 2012-08-17 11:26:48 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-08-17 11:26:48 +0200 |
commit | 28075f98b7f4faaae93fd6353e1cb34386d22e18 (patch) | |
tree | 74545b0b74b299a148142a94e3a5595788c5a7ea /lib/inets/vsn.mk | |
parent | 68e0078eb58803dc4a7e0bfd801f32c2c92b7f26 (diff) | |
parent | c5578ac8a95de1193bc6d0c7d2e579eba1c197e2 (diff) | |
download | otp-28075f98b7f4faaae93fd6353e1cb34386d22e18.tar.gz otp-28075f98b7f4faaae93fd6353e1cb34386d22e18.tar.bz2 otp-28075f98b7f4faaae93fd6353e1cb34386d22e18.zip |
Merge branch 'bmk/inets/inets591_integration' into maint
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 488947c3a1..949eceea7f 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9 +INETS_VSN = 5.9.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |