diff options
author | Björn Gustavsson <[email protected]> | 2015-01-12 09:58:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 09:59:28 +0100 |
commit | f8c523df5caf97d5c46e9ad7b5008161b36f2c8d (patch) | |
tree | 7667cad0f8c5b62704085c3f029d40dd1ab779e9 /bootstrap/lib/kernel/ebin/kernel.app | |
parent | 90f9d6b8c6277f68c75d347aff60ecc44ca22dfe (diff) | |
download | otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.tar.gz otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.tar.bz2 otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/ebin/kernel.app')
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index 1b39f7df07..3388f28e91 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -21,7 +21,7 @@ {application, kernel, [ {description, "ERTS CXC 138 10"}, - {vsn, "3.0.3"}, + {vsn, "3.1"}, {modules, [application, application_controller, application_master, |