Skip to content

Commit

Permalink
Version namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGrunge authored and maksimandrianov committed Aug 20, 2019
1 parent 08784a1 commit d5b9f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_version.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <cstdint>

namespace omim
namespace @PROJECT_NAME@
{
namespace build_version
{
Expand All @@ -15,4 +15,4 @@ constexpr uint64_t kTimestamp = @GIT_TIMESTAMP@;
constexpr char const * const kProjectName = "@PROJECT_NAME@";
} // namespace git
} // namespace build_version
} // namespace omim
} // namespace @PROJECT_NAME@

0 comments on commit d5b9f66

Please sign in to comment.