aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2011-03-16 16:03:48 +0100
committerBjörn-Egil Dahlberg <[email protected]>2011-03-16 16:03:48 +0100
commitf861b4fdb3fd39e35f2951c53a73b30a98c7f973 (patch)
treed29c3c9464f9203f8d9cbdc2fd117080f32d2b1a
parent91b2e57ea0e3ab794d4b57a12ef10205383525a5 (diff)
downloadotp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.tar.gz
otp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.tar.bz2
otp-f861b4fdb3fd39e35f2951c53a73b30a98c7f973.zip
Update version numbers
-rw-r--r--erts/vsn.mk6
-rw-r--r--lib/kernel/vsn.mk2
-rw-r--r--lib/stdlib/vsn.mk2
3 files changed, 5 insertions, 5 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
diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk
index e33b90a274..e7b71cc168 100644
--- a/lib/kernel/vsn.mk
+++ b/lib/kernel/vsn.mk
@@ -1 +1 @@
-KERNEL_VSN = 2.14.3
+KERNEL_VSN = 2.14.4
diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk
index ac02e1f359..c0956030cf 100644
--- a/lib/stdlib/vsn.mk
+++ b/lib/stdlib/vsn.mk
@@ -1 +1 @@
-STDLIB_VSN = 1.17.3
+STDLIB_VSN = 1.17.4