From 95f53461c2c42490d12acd41463b86f0056e6f40 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 22 Apr 2015 17:38:05 +0100 Subject: py: Replace py-version.sh with makeversionhdr.py, written in Python. Also rename py-version.h to mpversion.h for consistency with mpconfig.h. --- stmhal/pyexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/pyexec.c') diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 44a931622..eef2a1024 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -38,7 +38,7 @@ #endif #include "readline.h" #include "pyexec.h" -#include "genhdr/py-version.h" +#include "genhdr/mpversion.h" pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; STATIC bool repl_display_debugging_info = 0; -- cgit v1.2.3