diff options
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 bcbe843723..bc98afed36 100644 --- a/usr/src/cmd/filebench/common/filebench.h +++ b/usr/src/cmd/filebench/common/filebench.h @@ -118,7 +118,7 @@ void filebench_plugin_funcvecinit(void); #define MIN(x, y) ((x) < (y) ? (x) : (y)) #endif -#define FILEBENCH_VERSION "1.4.4" +#define FILEBENCH_VERSION "1.4.5" #define FILEBENCHDIR "/usr/benchmarks/filebench" #define FILEBENCH_PROMPT "filebench> " #define MAX_LINE_LEN 1024 |