summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ioreplay/src/defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioreplay/src/defaults.h b/ioreplay/src/defaults.h
index c798466..665c8eb 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-develop"
+#define IOREPLAY_VERSION "0.2"
/** Copyright information */
#define IOREPLAY_COPYRIGHT "Mimecast 2017, 2018 (c)"
/** Max open files resource user limit */