diff options
author | Magnus Lidén <[email protected]> | 2013-09-13 15:27:04 +0200 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2013-09-13 15:27:04 +0200 |
commit | 1217d4cf00564873f88756bd0cc15ef30683b083 (patch) | |
tree | 545e7da9746d3ef66acfa66711fa47953bedf489 /bootstrap/lib/compiler | |
parent | 3d0e18dcecd47d62e3fac2cd68d45389ea8e9854 (diff) | |
download | otp-1217d4cf00564873f88756bd0cc15ef30683b083.tar.gz otp-1217d4cf00564873f88756bd0cc15ef30683b083.tar.bz2 otp-1217d4cf00564873f88756bd0cc15ef30683b083.zip |
Update primary bootstrap app- and appup files
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 19ad28915a..6661cbe1e4 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -18,7 +18,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.9.1"}, + {vsn, "4.9.2"}, {modules, [ beam_a, beam_asm, diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 577ebb149d..4a12f3a770 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -1 +1 @@ -{"4.9.1",[],[]}. +{"4.9.2",[],[]}. |