aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h
blob: 4ab8efc5c3b96d0fecf17bc91ef0a1ecfbc7a014 (plain)
1
2
3
4
5
6
7
8
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