aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2022-06-19 19:47:51 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2022-06-19 19:47:51 +0530
commit4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch)
tree65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h
parent0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff)
add circuitpython code
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.h9
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