diff options
| -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 b0e9de7..24399a9 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.1" +#define IORIOT_VERSION "0.4.2" /** Copyright information */ #define IORIOT_COPYRIGHT "(c) Mimecast 2018" /** Max open files resource user limit */ |
