From 79b99c0ad4c1761b4da71721d18c94648fb64d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Fri, 30 Mar 2018 12:34:38 +0100 Subject: bump version --- ioriot/src/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3