btstack_version: add version string

This commit is contained in:
Matthias Ringwald 2024-12-20 11:09:26 +01:00
parent 61776ecd4a
commit 9eba3c0fc7

View File

@ -47,4 +47,6 @@
#define BTSTACK_VERSION_MINOR 6
#define BTSTACK_VERSION_PATCH 2
#define BTSTACK_VERSION_STRING "1.6.2"
#endif