Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
parsifal-47 committed Apr 12, 2018
1 parent 7bcc0a3 commit 762e659
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]}.

{relx, [
{release, {mzbench, "0.5.3"},
{release, {mzbench, "0.5.4"},
[mzbench, dummy_worker, mz_histogram, mz_counter,
crypto, public_key, asn1, ssl, inets]},
{vm_args, "rel/files/vm.args"},
Expand Down
4 changes: 2 additions & 2 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ rpm: generate
-git clone https://github.com/flussonic/epm _build/epm
EPM="-s dir --url http://github.com/machinezone/mzbench --description 'Benchmark server' \
-m 'Info <[email protected]>' --vendor 'MZ' --license BSD"
cd tmproot && ../_build/epm/epm.erl -f -t deb -n mzbench -v 0.5.3 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t deb -n mzbench -v 0.5.4 $(EPM) -a amd64 \
--category net opt
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.3 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.4 $(EPM) -a amd64 \
--category Server/Benchmark opt

.PHONY: js-dev
Expand Down
2 changes: 1 addition & 1 deletion server/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]}.

{relx, [
{release, {mzbench_api, "0.5.3"},
{release, {mzbench_api, "0.5.4"},
[mzbench_api]},
{vm_args, "rel/files/vm.args"},
{sys_config, "rel/files/sys.config"},
Expand Down

0 comments on commit 762e659

Please sign in to comment.