Skip to content

Commit

Permalink
[script] Set version suffix to -dev20
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzydevil committed Oct 6, 2023
1 parent b9f997a commit 5599938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ atEnv.DEFAULT.Version('targets/version/flasher_version.xsl', 'templates/flasher_
from datetime import datetime
tBuildTime = datetime.now()
strBuildTime = tBuildTime.strftime("%Y-%B-%d-T%H:%M")
tDict = {'BUILD_TIME': strBuildTime, 'BUILD_TYPE': '-dev19'}
tDict = {'BUILD_TIME': strBuildTime, 'BUILD_TYPE': '-dev20'}
lua_flasher_version_tmp = atEnv.DEFAULT.Version('targets/version/flasher_version_TMP.lua', 'templates/flasher_version.lua')
lua_flasher_version = atEnv.DEFAULT.Filter('#/targets/version/flasher_version.lua', lua_flasher_version_tmp, SUBSTITUTIONS=tDict)

Expand Down

0 comments on commit 5599938

Please sign in to comment.