diff options
author | Micael Karlberg <[email protected]> | 2012-01-23 14:09:22 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-23 14:09:22 +0100 |
commit | 7e6ac31a0c918f42e747628db8fec610f5bd424c (patch) | |
tree | 4294a95a34fdec1e28504bd90230f15a2816e106 /lib/inets/vsn.mk | |
parent | efe40df70999f798590cdbfd6648375891aa0ab0 (diff) | |
parent | a8af5a6bae97ddd7bfc2bcff2e701fa37f47640c (diff) | |
download | otp-7e6ac31a0c918f42e747628db8fec610f5bd424c.tar.gz otp-7e6ac31a0c918f42e747628db8fec610f5bd424c.tar.bz2 otp-7e6ac31a0c918f42e747628db8fec610f5bd424c.zip |
Merge branch 'maint-r15' into maint
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 1df4558e45..77eb43a7ed 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2011. All Rights Reserved. +# Copyright Ericsson AB 2001-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.8 +INETS_VSN = 5.8.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |