Skip to content

Commit

Permalink
[code] update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrikadellenFred committed Jan 18, 2024
1 parent e29204c commit 559c7a5
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 @@ -253,7 +253,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': '-dev4'}
tDict = {'BUILD_TIME': strBuildTime, 'BUILD_TYPE': '-dev5'}
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 559c7a5

Please sign in to comment.