From 5c7b2afa8c2e9ffcf9536d88093ab57699d0fd54 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 27 Feb 2017 15:44:50 +0100 Subject: Ready for catlfish-0.10.1. --- NEWS.md | 2 +- ebin/catlfish.app | 4 ++-- reltool.config | 4 ++-- verifycert.erl | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9551b4f..1d4e45c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Changes in catlfish 0.10.1-dev +# Changes in catlfish 0.10.1 - 2017-02-27 ## Bug fixes diff --git a/ebin/catlfish.app b/ebin/catlfish.app index b21b86d..b6e17e5 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -1,11 +1,11 @@ -%%% Copyright (c) 2014-2016, NORDUnet A/S. +%%% Copyright (c) 2014-2017, NORDUnet A/S. %%% See LICENSE for licensing information. %% Application resource file for catlfish. {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "1.0.1-alpha-dev"}, + {vsn, "0.10.1"}, {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 759d67b..c76bbe9 100644 --- a/reltool.config +++ b/reltool.config @@ -2,8 +2,8 @@ {sys, [ {erts, [{mod_cond, derived}, {app_file, strip}]}, {app_file, strip}, - {rel, "catlfish", "1.0.1-alpha-dev", [sasl, catlfish]}, - {rel, "merge", "1.0.1-alpha-dev", [sasl, merge]}, + {rel, "catlfish", "0.10.1", [sasl, catlfish]}, + {rel, "merge", "0.10.1", [sasl, merge]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, diff --git a/verifycert.erl b/verifycert.erl index 876cf15..dc1221c 100755 --- a/verifycert.erl +++ b/verifycert.erl @@ -1,8 +1,8 @@ #!/usr/bin/env escript %% -*- erlang -*- --define(CATLFISH_VER, "catlfish-1.0.1-alpha-dev"). --define(PLOP_VER, "plop-1.0.1-alpha-dev"). +-define(CATLFISH_VER, "catlfish-0.10.1"). +-define(PLOP_VER, "plop-0.10.1"). -define(LAGER_VER, "lager-3.2.2"). write_reply(Bin) -> -- cgit v1.1