summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bütow <pbuetow@mimecast.com>2018-12-27 09:26:16 +0000
committerPaul Bütow <pbuetow@mimecast.com>2018-12-27 09:26:16 +0000
commitc70afeb9d36d3582e97b20650df2320b19249095 (patch)
treeb2202208694c534f66681c6f80662094dd72c1a0
parentc0786b947a4ee76f917e78cc7fff07b3cde3ec29 (diff)
bump version to 0.5
-rw-r--r--docs/markdown/installation.md2
-rw-r--r--ioriot/src/defaults.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md
index 4e95726..d38f8d0 100644
--- a/docs/markdown/installation.md
+++ b/docs/markdown/installation.md
@@ -51,5 +51,5 @@ Keep in mind that ther Kernel version must be a valid kernel version of CentOS 7
The above command will fetch a CentOS 7 base image and will install all for the build required packages. Depending on the network speed the whole procedure can take quite a while. I/O Riot will be compiled via Docker to directory ``./docker/opt/ioriot``. That directory can be distributed to ``/opt/ioriot`` to all boxes with that particular running kernel version.
-By repeating the steps above (setting KERNEL environment variable and running ``make dockerbuild``) it is possible to compile the SystemTap Kernel modules for multiple Kernel versions. All the modules will be found seamlessly in ``./docker/opt/ioriot``.
+By repeating the steps above (setting KERNEL environment variable and invoking ``make dockerbuild``) it is possible to compile the SystemTap Kernel modules for multiple Kernel versions. All the modules will be found seamlessly in ``./docker/opt/ioriot``.
diff --git a/ioriot/src/defaults.h b/ioriot/src/defaults.h
index f08f514..9e5e125 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.5-develop"
+#define IORIOT_VERSION "0.5"
/** Copyright information */
#define IORIOT_COPYRIGHT "(c) Mimecast 2018"
/** Max open files resource user limit */