1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

release_patch.py: fix incrementing version number

This commit is contained in:
Gabor Kiss-Vamosi 2020-02-26 23:49:20 +01:00
parent 2ead495903
commit 6e6ec16295

View File

@ -64,7 +64,7 @@ def lvgl_update_version():
f.close()
f = open("./src/lv_version", "w")
f = open("./src/lv_version.h", "w")
f.write(outbuf)
f.close()