Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
parsifal-47 committed Mar 21, 2018
1 parent 5a6d909 commit 74dcdeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
21 Mar 2018 Version 0.5.3
* Various fixes
* Deps upgrades

7 Apr 2017 Version 0.5.2
* Dependent benchmarks
* Logic operations in asserts
Expand Down
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.2"},
{release, {mzbench, "0.5.3"},
[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.2 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t deb -n mzbench -v 0.5.3 $(EPM) -a amd64 \
--category net opt
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.2 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.3 $(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.2"},
{release, {mzbench_api, "0.5.3"},
[mzbench_api]},
{vm_args, "rel/files/vm.args"},
{sys_config, "rel/files/sys.config"},
Expand Down

0 comments on commit 74dcdeb

Please sign in to comment.