only use the day in dev version to avoid recompile every time

This commit is contained in:
andreas 2021-11-08 20:21:47 +01:00
parent ab44959775
commit c910b9d692
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ for f in FILES:
print("compressing %s"%f)
compressFile(f)
generateCfg()
version=datetime.now().strftime("%Y%m%d-%H%M")
version="dev"+datetime.now().strftime("%Y%m%d")
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])