From 7f2d47245c179d7b636f72df2d9e0952f4d6280e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 15 Oct 2013 04:49:39 +0000 Subject: [PATCH] bumped version number --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 008cd2b..f9f9815 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -35,7 +35,7 @@ #include "wait.h" #define MAJOR_VERSION 0 -#define MINOR_VERSION 7 +#define MINOR_VERSION 8 #define UNUSED(x) (void)(x) /* Unused variable */