Skip to content

Commit

Permalink
Fix the version generation script on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 26, 2023
1 parent 875bab4 commit 5a5acad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate_version_translation_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5a5acad

Please sign in to comment.