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 Feb 12, 2024
1 parent 70028f0 commit 19c9e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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': '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
2 changes: 1 addition & 1 deletion lua/lua/helper_files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local atHelperFileVersions = {
{ -- Todo: Turn this into a template to insert version automatically.
key = "flasher_netx90_hboot",
filename = "flasher_netx90_hboot.bin",
version = "GITv2.0.3-dev4",
version = "GITv2.0.3-dev5",
version_offset = 0x0410
},

Expand Down

0 comments on commit 19c9e08

Please sign in to comment.