summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openscad.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openscad.cc b/src/openscad.cc
index 84d6263..e80f02c 100644
--- a/src/openscad.cc
+++ b/src/openscad.cc
@@ -124,6 +124,7 @@ int main(int argc, char **argv)
QCoreApplication::setOrganizationName("OpenSCAD");
QCoreApplication::setOrganizationDomain("openscad.org");
QCoreApplication::setApplicationName("OpenSCAD");
+ QCoreApplication::setApplicationVersion(TOSTRING(OPENSCAD_VERSION));
const char *filename = NULL;
const char *output_file = NULL;
contact: Jan Huwald // Impressum