Index: src/shared/version.h |
diff --git a/src/shared/version.h b/src/shared/version.h |
index e779ac5183e5a2e3e32b531dfa5643bd88ac4a2f..e96cc676c0edd5bf8ce1b0e65ec2825909b14786 100644 |
--- a/src/shared/version.h |
+++ b/src/shared/version.h |
@@ -7,15 +7,15 @@ |
#ifdef _MSC_VER |
// TODO(herhut): Do we need a __declspec here for Windows? |
-#define FLETCH_VISIBILITY_DEFAULT |
+#define DARTINO_VISIBILITY_DEFAULT |
#else |
-#define FLETCH_VISIBILITY_DEFAULT __attribute__((visibility("default"))) |
+#define DARTINO_VISIBILITY_DEFAULT __attribute__((visibility("default"))) |
#endif |
-namespace fletch { |
+namespace dartino { |
-extern "C" FLETCH_VISIBILITY_DEFAULT const char* GetVersion(); |
+extern "C" DARTINO_VISIBILITY_DEFAULT const char* GetVersion(); |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_SHARED_VERSION_H_ |