Return version of the acquisition runtime


const char* miraacq_GetVersion()


Input: None


Output: Version string 


Description:

miraacq_GetVersion returns version string together with the release date.


Example:

    

    const char* str=miraacq_GetVersion();

    printf("Version: '%s'\n",str);


Output:


Version: '4.2 (16-feb-2023)'