From c910b9d692264c1c5f562d130701173b3da32a14 Mon Sep 17 00:00:00 2001 From: andreas Date: Mon, 8 Nov 2021 20:21:47 +0100 Subject: [PATCH] only use the day in dev version to avoid recompile every time --- extra_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_script.py b/extra_script.py index df4d6b5..70589ee 100644 --- a/extra_script.py +++ b/extra_script.py @@ -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)]) \ No newline at end of file