Lv_micropython V1.12 but V1.9.4-2793 is displayed

Hi,

I downloaded and built with my own modules the last repository of lv_micropython, everything is OK.
Although the micropython files match with the last micropython repository (V1.12), genhdr/mpversion.h generated by makeversionhdr.py indicate v1.9.4-2793-gbefda471b-dirty.
The same is displayed on REPL after reset.
I didn’t find how to change it.

The command ‘git describe --dirty --always’ gives as result v1.9.4-2793-gbefda471b-dirty.

Then, I used the following commands indicate in a previous post (ESP32 Micropython build errors... LOTS)
git remote add micropython https://github.com/micropython/micropython.git
git fetch micropython
git merge micropython/master

Only a few files have been updated. I build again without any file’s modifications and version is OK,
v1.12-922-g84d5f718a-dirty

It’s perfect for me but it could be surprising or confusing for the others.

in any case, thank you for this amazing job !!

Related issue: https://github.com/lvgl/lv_binding_micropython/issues/66