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:
parent
2ead495903
commit
6e6ec16295
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user