diff options
author | Linus Nordberg <linus@nordu.net> | 2015-09-21 09:55:48 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-09-21 10:01:16 +0200 |
commit | 7718fadbe531ac1b7c0b35527605bd8f20ac8045 (patch) | |
tree | 08b185096a872a22ea19f6b5c1d674c8ae8574a3 /reltool.config | |
parent | cce497f9175b13effc2f30c59410b25d236388f3 (diff) |
catlfish-0.8.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 8941bf9..998e50e 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.8.0-dev", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.8.0", [kernel, stdlib, sasl, catlfish]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, |