From 1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 Dec 2016 02:50:47 +0100 Subject: Bump version to 0.9.0. Use plop-0.9.0. --- ebin/catlfish.app | 2 +- reltool.config | 2 +- verifycert.erl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ebin/catlfish.app b/ebin/catlfish.app index af48ae3..9de21a0 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -5,7 +5,7 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.9.0-dev"}, + {vsn, "0.9.0"}, {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. diff --git a/reltool.config b/reltool.config index 896aaf4..d7fb36f 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.9.0-dev", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.9.0", [kernel, stdlib, sasl, catlfish]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, diff --git a/verifycert.erl b/verifycert.erl index 0dfb685..de382da 100755 --- a/verifycert.erl +++ b/verifycert.erl @@ -1,8 +1,8 @@ #!/usr/bin/env escript %% -*- erlang -*- --define(CATLFISH_VER, "catlfish-0.9.0-dev"). --define(PLOP_VER, "plop-0.9.0-dev"). +-define(CATLFISH_VER, "catlfish-0.9.0"). +-define(PLOP_VER, "plop-0.9.0"). -define(LAGER_VER, "lager-3.2.2"). write_reply(Bin) -> -- cgit v1.1