minor release related fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file lv_conf.h
|
* @file lv_conf.h
|
||||||
* Configuration file for v7.6.0-dev-dev
|
* Configuration file for v7.4.0-dev
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ def lvgl_update_master_version():
|
|||||||
templ = fnmatch.filter(os.listdir('.'), '*templ*')
|
templ = fnmatch.filter(os.listdir('.'), '*templ*')
|
||||||
if templ[0]:
|
if templ[0]:
|
||||||
print("Updating version in " + templ[0])
|
print("Updating version in " + templ[0])
|
||||||
cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+/"+ ver_str +"/' " + templ[0])
|
cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+.*/"+ ver_str +"/' " + templ[0])
|
||||||
|
|
||||||
|
|
||||||
cmd("git commit -am 'Update version'")
|
cmd("git commit -am 'Update version'")
|
||||||
@@ -381,7 +381,7 @@ def lvgl_update_dev_version():
|
|||||||
templ = fnmatch.filter(os.listdir('.'), '*templ*')
|
templ = fnmatch.filter(os.listdir('.'), '*templ*')
|
||||||
if templ[0]:
|
if templ[0]:
|
||||||
print("Updating version in " + templ[0])
|
print("Updating version in " + templ[0])
|
||||||
cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+/"+ dev_ver_str +"/' " + templ[0])
|
cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+.*/"+ dev_ver_str +"/' " + templ[0])
|
||||||
|
|
||||||
|
|
||||||
cmd("git commit -am 'Update dev version'")
|
cmd("git commit -am 'Update dev version'")
|
||||||
|
|||||||
Reference in New Issue
Block a user