diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-04-25 07:29:43 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-04-25 07:29:43 +0200 |
commit | 7e5b3e3c920a3bffda5e8f2fe5daf656c67ce16e (patch) | |
tree | 623bff42f1c6e9d91a375f6ac0850583ee0b7f9d /reltool.config | |
parent | d4f06b7846db8745c696fc1a38e1ffac9b462f1c (diff) |
Ready for catlfish-0.7.0.
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reltool.config b/reltool.config index 97b7444..bfd56a6 100644 --- a/reltool.config +++ b/reltool.config @@ -2,7 +2,7 @@ {sys, [ {erts, [{mod_cond, derived}, {app_file, strip}]}, {app_file, strip}, - {rel, "catlfish", "0.6.0", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.7.0", [kernel, stdlib, sasl, catlfish]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, |