From 19c9e08c65c71dde1f7e92ee60e5f4bb776d8462 Mon Sep 17 00:00:00 2001 From: fwoermann Date: Mon, 12 Feb 2024 08:45:47 +0100 Subject: [PATCH] [code] update dev version --- SConstruct | 2 +- lua/lua/helper_files.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index e933961..3c088b0 100644 --- a/SConstruct +++ b/SConstruct @@ -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) diff --git a/lua/lua/helper_files.lua b/lua/lua/helper_files.lua index a72c1c1..51f4738 100644 --- a/lua/lua/helper_files.lua +++ b/lua/lua/helper_files.lua @@ -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 },