1 
2 #ifndef _PICO_VERSION_H
3 #define _PICO_VERSION_H
4 
5 #define PICO_SDK_VERSION_MAJOR    1
6 #define PICO_SDK_VERSION_MINOR    0
7 #define PICO_SDK_VERSION_REVISION 1
8 #define PICO_SDK_VERSION_STRING   "1.0.1"
9 
10 #endif
11