diff options
author | meta <meta@b57f626f-c46c-0410-a088-ec61d464b74c> | 2011-01-16 05:34:33 (GMT) |
---|---|---|
committer | meta <meta@b57f626f-c46c-0410-a088-ec61d464b74c> | 2011-01-16 05:34:33 (GMT) |
commit | 5f740ff14db3497234d2cde4798f40f166402c2f (patch) | |
tree | 651e814179e9d83c9d0ce7bc285b8a51758c07e8 | |
parent | 91e33a87c4e0c07e1f423e09cfa74909e4d87fe2 (diff) |
indent properly
git-svn-id: http://svn.clifford.at/openscad/trunk@590 b57f626f-c46c-0410-a088-ec61d464b74c
-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 |