From d28c05918eee84629ce4addaad321b99f3967e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Aug 2016 09:09:12 +0000 Subject: [PATCH] bump version --- include/version.h | 4 ++-- sys/BaS.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/version.h b/include/version.h index 75a1b92..bd6ac5b 100644 --- a/include/version.h +++ b/include/version.h @@ -28,8 +28,8 @@ * increment version number for release */ -#define MAJOR_VERSION 0 -#define MINOR_VERSION 88 +#define MAJOR_VERSION 0 +#define MINOR_VERSION 9 #endif /* VERSION_H_ */ diff --git a/sys/BaS.c b/sys/BaS.c index 48190b9..d5a627b 100644 --- a/sys/BaS.c +++ b/sys/BaS.c @@ -445,7 +445,7 @@ void BaS(void) /* * memory setup */ - memset((void *) 0x200, 0, 0x400); + // memset((void *) 0x200, 0, 0x400); #if defined(MACHINE_FIREBEE) /* set Falcon bus control register */