|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
* This file is part of the srsLTE library.
|
|
|
|
|
*
|
|
|
|
|
* srsLTE is free software: you can redistribute it and/or modify
|
|
|
|
|
|
|
|
|
|
* it under the terms of the GNU Affero General Public License as
|
|
|
|
|
* published by the Free Software Foundation, either version 3 of
|
|
|
|
|
* the License, or (at your option) any later version.
|
|
|
|
@ -33,7 +34,8 @@
|
|
|
|
|
#define SRSLTE_VERSION_PATCH @SRSLTE_VERSION_PATCH@
|
|
|
|
|
#define SRSLTE_VERSION @SRSLTE_VERSION@
|
|
|
|
|
|
|
|
|
|
SRSLTE_API char* srslte_get_version();
|
|
|
|
|
#include "srslte/config.h"
|
|
|
|
|
|
|
|
|
|
SRSLTE_API int srslte_get_version_major();
|
|
|
|
|
SRSLTE_API int srslte_get_version_minor();
|
|
|
|
|
SRSLTE_API int srslte_get_version_patch();
|
|
|
|
|