(svn r2862) Return a proper version number, when testing the TTDPatch version in the SkipIf action. Pretend to be version 2.0.1 alpha 49 for now.
Also change the type of the variables, which get compared, to uint32, because the values are at most 32bits wide and always seem to be unsigned.
/* $Id$ */
#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H
#include "../hal.h"
extern const HalMusicDriver _bemidi_music_driver;
#endif