diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h')
-rw-r--r-- | circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h new file mode 100644 index 0000000..4ab8efc --- /dev/null +++ b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h @@ -0,0 +1,9 @@ +// This file was generated by py/makeversionhdr.py +#define MICROPY_GIT_TAG "7.3.0" +#define MICROPY_GIT_HASH "d0953e8f845a7544a27bea92bbcd533f0a84d493" +#define MICROPY_BUILD_DATE "2022-06-19" +#define MICROPY_VERSION_MAJOR (7) +#define MICROPY_VERSION_MINOR (3) +#define MICROPY_VERSION_MICRO (3) +#define MICROPY_VERSION_STRING "7...3...0" +#define MICROPY_FULL_VERSION_INFO "Adafruit CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME |