diff --git a/generate_version_translation_unit.sh b/generate_version_translation_unit.sh index 9dafa5b547..427f6a231a 100755 --- a/generate_version_translation_unit.sh +++ b/generate_version_translation_unit.sh @@ -5,11 +5,15 @@ VERSION_TEMPLATE="\xef\xbb\xbf namespace principia { namespace base { +namespace _version { +namespace internal { char const BuildDate[] = \"%%DATE%%\"; char const Version[] = u8\"%%VERSION%%\"; +} // namespace internal +} // namespace _version } // namespace base } // namespace principia"