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. --- unix/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix') diff --git a/unix/main.c b/unix/main.c index 4729b63f6..4a71bfac6 100644 --- a/unix/main.c +++ b/unix/main.c @@ -43,7 +43,7 @@ #include "py/repl.h" #include "py/gc.h" #include "py/stackctrl.h" -#include "genhdr/py-version.h" +#include "genhdr/mpversion.h" #include "input.h" // Command line options, with their defaults -- cgit v1.2.3