// Copyright (c) Acconeer AB, 2019-2023
// All rights reserved
/**
* @brief Get the version of the Acconeer software
*
* @return A string describing the software version.
*/
const char *;
/**
* @brief Get the version of the Acconeer software as a hex number
*
* @return An uint32 number, 0xMMMMmmPP where M is major, m is minor and P is patch
*/
uint32_t ;