bump version

This commit is contained in:
Markus Fröschle
2016-08-14 09:09:12 +00:00
parent 9653fa601e
commit d28c05918e
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@
* increment version number for release * increment version number for release
*/ */
#define MAJOR_VERSION 0 #define MAJOR_VERSION 0
#define MINOR_VERSION 88 #define MINOR_VERSION 9
#endif /* VERSION_H_ */ #endif /* VERSION_H_ */

View File

@@ -445,7 +445,7 @@ void BaS(void)
/* /*
* memory setup * memory setup
*/ */
memset((void *) 0x200, 0, 0x400); // memset((void *) 0x200, 0, 0x400);
#if defined(MACHINE_FIREBEE) #if defined(MACHINE_FIREBEE)
/* set Falcon bus control register */ /* set Falcon bus control register */