Skip to content

Commit

Permalink
Add version number. v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raas committed Feb 17, 2014
1 parent 6346daa commit 4b98b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mbw.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#define TEST_DUMB 1
#define TEST_MCBLOCK 2

/* version number */
#define VERSION "1.4"

/*
* MBW memory bandwidth benchmark
*
Expand All @@ -51,6 +54,7 @@

void usage()
{
printf("mbw memory benchmark v%s, https://github.com/raas/mbw\n", VERSION);
printf("Usage: mbw [options] array_size_in_MiB\n");
printf("Options:\n");
printf(" -n: number of runs per test\n");
Expand Down
5 changes: 4 additions & 1 deletion mbw.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Memory bandwidth benchmark
Name: mbw
Version: 1.3
Version: 1.4
Release: 1
License: LGPL
Buildroot: %{_tmppath}/%{name}-buildroot
Expand Down Expand Up @@ -33,6 +33,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/mbw.1.gz

%changelog
* Mon Jan 17 2014 Andras Horvath <andras.horvath@gmail.com> 1.4-1
- Fix labeling of the displayed results

* Thu Oct 03 2013 James Slocum <j.m.slocum@gmail.com> 1.3-1
- Fix MCBLOCK test: copy from the full source buffer, not just its first $blocksize.
- Fix MCBLOCK test: fixed segfault caused by for() going out of bounds
Expand Down

0 comments on commit 4b98b55

Please sign in to comment.