summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/filebench.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/filebench/common/filebench.h')
-rw-r--r--usr/src/cmd/filebench/common/filebench.h2
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 f6c3e63b34..512d713d6c 100644
--- a/usr/src/cmd/filebench/common/filebench.h
+++ b/usr/src/cmd/filebench/common/filebench.h
@@ -119,7 +119,7 @@ void filebench_shutdown(int error);
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#endif
-#define FILEBENCH_VERSION "1.3.1"
+#define FILEBENCH_VERSION "1.3.2"
#define FILEBENCHDIR "/usr/benchmarks/filebench"
#define FILEBENCH_PROMPT "filebench> "
#define MAX_LINE_LEN 1024