//! Get version of the DLL in BCD format
//!
//! @return 8-bit version number (2 BCD digits, major-minor)
//!
TBDML_API unsigned int  _tbdml_dll_version(void){
	return USBDM_DLLVersion();
}
//! Get version of the DLL in BCD format
//!
//! @return 8-bit version number (2 BCD digits, major-minor)
//!
OSBDM_API unsigned int  _opensourcebdm_dll_version(void){
	return USBDM_DLLVersion();
}