Files
Upsilon/python/port/genhdr/mpversion.h
2018-04-09 14:43:15 +02:00

5 lines
141 B
C

#define MICROPY_VERSION_MAJOR (1)
#define MICROPY_VERSION_MINOR (9)
#define MICROPY_VERSION_MICRO (3)
#define MICROPY_VERSION_STRING "1.9.3"