only use the day in dev version to avoid recompile every time
This commit is contained in:
parent
ab44959775
commit
c910b9d692
|
@ -83,5 +83,5 @@ for f in FILES:
|
||||||
print("compressing %s"%f)
|
print("compressing %s"%f)
|
||||||
compressFile(f)
|
compressFile(f)
|
||||||
generateCfg()
|
generateCfg()
|
||||||
version=datetime.now().strftime("%Y%m%d-%H%M")
|
version="dev"+datetime.now().strftime("%Y%m%d")
|
||||||
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])
|
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])
|
Loading…
Reference in New Issue