Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/include/cellular_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
#endif
/* *INDENT-ON* */

/**
* @cond DOXYGEN_IGNORE
* The current version of this library.
*
* If CELLULAR_LIBRARY_VERSION ends with + it represents the version in development
* after the numbered release.
*/
#define CELLULAR_LIBRARY_VERSION "v1.4.1+"
/** @endcond */

/* IoT Cellular data types. */
#include "cellular_types.h"

Expand Down
Loading