Skip to content

Commit 80db9e2

Browse files
czjasoAniruddhaKanhere
authored andcommitted
Remove version numbers and add library version macro
1 parent abd0fc5 commit 80db9e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

source/include/cellular_api.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
#endif
3939
/* *INDENT-ON* */
4040

41+
/**
42+
* @cond DOXYGEN_IGNORE
43+
* The current version of this library.
44+
*
45+
* If CELLULAR_LIBRARY_VERSION ends with + it represents the version in development
46+
* after the numbered release.
47+
*/
48+
#define CELLULAR_LIBRARY_VERSION "v1.4.1+"
49+
/** @endcond */
50+
4151
/* IoT Cellular data types. */
4252
#include "cellular_types.h"
4353

0 commit comments

Comments
 (0)