diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-03-16 16:03:48 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-03-16 16:03:48 +0100 |
commit | f861b4fdb3fd39e35f2951c53a73b30a98c7f973 (patch) | |
tree | d29c3c9464f9203f8d9cbdc2fd117080f32d2b1a /erts/vsn.mk | |
parent | 91b2e57ea0e3ab794d4b57a12ef10205383525a5 (diff) | |
download | otp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.tar.gz otp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.tar.bz2 otp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.zip |
Update version numbers
Diffstat (limited to 'erts/vsn.mk')
-rw-r--r-- | erts/vsn.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/vsn.mk b/erts/vsn.mk index 8a1590e74c..193a914a70 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2010. All Rights Reserved. +# Copyright Ericsson AB 1997-2011. 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 @@ -17,8 +17,8 @@ # %CopyrightEnd% # -VSN = 5.8.3 -SYSTEM_VSN = R14B02 +VSN = 5.8.4 +SYSTEM_VSN = R14B03 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |