diff options
-rw-r--r-- | src/mainwin.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index bb0f90d..90e5f61 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -95,6 +95,10 @@ #endif // ENABLE_CGAL +#ifndef OPENCSG_VERSION_STRING +#define OPENCSG_VERSION_STRING "unknown, <1.3.2" +#endif + // Global application state unsigned int GuiLocker::gui_locked = 0; |