release_patch.py: fix incrementing version number
This commit is contained in:
@@ -64,7 +64,7 @@ def lvgl_update_version():
|
|||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open("./src/lv_version", "w")
|
f = open("./src/lv_version.h", "w")
|
||||||
|
|
||||||
f.write(outbuf)
|
f.write(outbuf)
|
||||||
f.close()
|
f.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user