diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 13:13:21 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 13:13:21 +0100 |
| commit | 3d751da08297c086fc30c60c8250a6184808e934 (patch) | |
| tree | 51d1f5092a984ad5ea25e4c677a01e1db7cc1acc | |
| parent | e6d748066e9eed5ac6b4aee7b12a1990fdad2bd6 (diff) | |
bump version0.4.1
| -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 d822423..b0e9de7 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.4-develop" +#define IORIOT_VERSION "0.4.1" /** Copyright information */ #define IORIOT_COPYRIGHT "(c) Mimecast 2018" /** Max open files resource user limit */ |
