summaryrefslogtreecommitdiff
path: root/cli/cli/cli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/cli.cxx')
-rw-r--r--cli/cli/cli.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx
index 11cf6c0..f1196de 100644
--- a/cli/cli/cli.cxx
+++ b/cli/cli/cli.cxx
@@ -16,7 +16,13 @@
#include <cli/parser.hxx>
#include <cli/generator.hxx>
-#include <cli/version.hxx>
+#ifndef CLI_BOOTSTRAP
+# include <cli/version.hxx>
+#else
+# define CLI_VERSION_ID 0
+# define CLI_VERSION_FULL 0
+# define CLI_COPYRIGHT ""
+#endif
using namespace std;
using namespace cutl;