diff options
author | Björn Gustavsson <[email protected]> | 2017-10-02 12:40:23 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-02 12:40:38 +0200 |
commit | 49d0857634fc1a990ab97a144787288570fa2507 (patch) | |
tree | 48fba7c592adfa2b7a97adbc61481e29ac2fc80e /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 329518310d77c3dd00a7bf085a038fe2f7fbaf98 (diff) | |
download | otp-49d0857634fc1a990ab97a144787288570fa2507.tar.gz otp-49d0857634fc1a990ab97a144787288570fa2507.tar.bz2 otp-49d0857634fc1a990ab97a144787288570fa2507.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index b2ca1a8cad..ad107fcd40 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -19,7 +19,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "7.1.1"}, + {vsn, "7.1.2"}, {modules, [ beam_a, beam_asm, |