diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2018-03-30 12:34:38 +0100 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2018-03-30 12:34:38 +0100 |
| commit | 79b99c0ad4c1761b4da71721d18c94648fb64d32 (patch) | |
| tree | d306c1a1c7961f10c6aa52450afb1cde5720fa68 | |
| parent | e6d748066e9eed5ac6b4aee7b12a1990fdad2bd6 (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 d822423..b4adc83 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" /** Copyright information */ #define IORIOT_COPYRIGHT "(c) Mimecast 2018" /** Max open files resource user limit */ |
