diff options
author | aw148015 <Andrew.W.Wilson@sun.com> | 2008-10-27 11:14:30 -0700 |
---|---|---|
committer | aw148015 <Andrew.W.Wilson@sun.com> | 2008-10-27 11:14:30 -0700 |
commit | 0bb1cc7eeccb58d82ac6a19e80e41a3781810c28 (patch) | |
tree | da69b8fc153d7fb6f58cf9fbb0306ee8bd5a725b /usr/src/cmd/filebench/common/filebench.h | |
parent | 5338c544ca00e11e246822f5d465dd162f781dbf (diff) | |
download | illumos-joyent-0bb1cc7eeccb58d82ac6a19e80e41a3781810c28.tar.gz |
6720351 FileBench should have a Video Server like workload
6725102 FileBench needs some directory manipulation flowops
6753319 SUNWfilebench package dependency issue in snv_99
Diffstat (limited to 'usr/src/cmd/filebench/common/filebench.h')
-rw-r--r-- | usr/src/cmd/filebench/common/filebench.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/filebench.h b/usr/src/cmd/filebench/common/filebench.h index d31df501c2..3c2e482bbb 100644 --- a/usr/src/cmd/filebench/common/filebench.h +++ b/usr/src/cmd/filebench/common/filebench.h @@ -117,7 +117,7 @@ void filebench_shutdown(int error); #define MIN(x, y) ((x) < (y) ? (x) : (y)) #endif -#define FILEBENCH_VERSION "1.4.0" +#define FILEBENCH_VERSION "1.4.1" #define FILEBENCHDIR "/usr/benchmarks/filebench" #define FILEBENCH_PROMPT "filebench> " #define MAX_LINE_LEN 1024 |