diff options
Diffstat (limited to 'src/openscad.cc')
-rw-r--r-- | src/openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index 27935ac..a8017e6 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -60,7 +60,7 @@ static void help(const char *progname) #define TOSTRING(x) STRINGIFY(x) static void version() { - printf("openscad version %s\n",TOSTRING(OPENSCAD_VERSION)); + printf("OpenSCAD version %s\n", TOSTRING(OPENSCAD_VERSION)); exit(1); } |