diff options
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index b329e4c..0e94eb0 100644 --- a/openscad.pro +++ b/openscad.pro @@ -1,7 +1,7 @@ win32 { -isEmpty(VERSION) VERSION = $$system(date /t) + isEmpty(VERSION) VERSION = $$system(date /t) } else { -isEmpty(VERSION) VERSION = $$system(date "+%Y.%m.%d") + isEmpty(VERSION) VERSION = $$system(date "+%Y.%m.%d") } DEFINES += OPENSCAD_VERSION=$$VERSION |