diff options
| author | Paul Buetow <paul@buetow.org> | 2018-11-23 07:59:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2018-11-23 07:59:56 +0000 |
| commit | 15e870e98a90653b6f8572ca865e5412228daa19 (patch) | |
| tree | b32c48ebcef1a5fd2006285ae923344f3e5f1287 | |
| parent | 7493204e9ba68ae4b9138ffa007ce40798d3380f (diff) | |
bump version
| -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 */ |
