diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-02 12:33:13 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-02 12:33:13 +0000 |
| commit | ae2221660f9b411fa78cdf8034f0803e9a870cde (patch) | |
| tree | 23bab6af72e398722f02fafc23df8c51f8a04a3c /ioreplay/src | |
| parent | ddc913fc8c72534fc5ed5205890f242d01c29964 (diff) | |
fix small error
Diffstat (limited to 'ioreplay/src')
| -rw-r--r-- | ioreplay/src/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ioreplay/src/defaults.h b/ioreplay/src/defaults.h index 665c8eb..de7910e 100644 --- a/ioreplay/src/defaults.h +++ b/ioreplay/src/defaults.h @@ -28,7 +28,7 @@ /** Controls how many tasks can be queued and buffered per worker thread */ #define TASK_BUFFER_PER_THREAD 512 /** Version of I/O Replay */ -#define IOREPLAY_VERSION "0.2" +#define IOREPLAY_VERSION "0.3-develop" /** Copyright information */ #define IOREPLAY_COPYRIGHT "Mimecast 2017, 2018 (c)" /** Max open files resource user limit */ |
