Files
Upsilon/python/port/genhdr/mpversion.h
2018-06-04 16:10:14 +02:00

5 lines
141 B
C

#define MICROPY_VERSION_MAJOR (1)
#define MICROPY_VERSION_MINOR (9)
#define MICROPY_VERSION_MICRO (4)
#define MICROPY_VERSION_STRING "1.9.4"