diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2018-03-06 17:44:03 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2018-03-06 17:44:03 +0000 |
| commit | 03388d1e1d6baca063f1e4583ac4bef365cd4c4b (patch) | |
| tree | 8a013007f01b5ea42ea465ff6102abe3456f6eec | |
| parent | 26b3b3e368a79ce29df732ea04e72a4c002ae2ce (diff) | |
bump version0.3
| -rw-r--r-- | ioriot/src/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ioriot/src/defaults.h b/ioriot/src/defaults.h index 6ba1f3b..fba5a83 100644 --- a/ioriot/src/defaults.h +++ b/ioriot/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 Riot */ -#define IORIOT_VERSION "0.3-develop" +#define IORIOT_VERSION "0.3" /** Copyright information */ #define IORIOT_COPYRIGHT "Mimecast 2017, 2018 (c)" /** Max open files resource user limit */ |
