diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-05-11 11:30:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-05-11 11:30:36 +0200 |
commit | 73b88196765b8488aac528426bffc2f7768b3bdd (patch) | |
tree | 4a6aa17b5fde290bca58e470627fd4277fb79421 /reltool.config | |
parent | 8de1e4ac6a69cdbc8a67157688f724d63e78508d (diff) |
Bump version and update NEWS.
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 bfd56a6..8941bf9 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.7.0", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.8.0-dev", [kernel, stdlib, sasl, catlfish]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, |