Skip to content

Commit

Permalink
Fix merge things
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 25, 2024
1 parent f0bd3a7 commit 029a707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions photon-lib/src/main/native/include/PhotonVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
#include <regex>
#include <string>

namespace photonlib {
namespace photon {
namespace PhotonVersion {
extern const char* versionString;
extern const char* buildDate;
extern const bool isRelease;
} // namespace PhotonVersion
} // namespace photonlib
} // namespace photon
2 changes: 1 addition & 1 deletion photon-lib/src/test/native/cpp/VersionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
#include "gtest/gtest.h"

TEST(VersionTest, PrintVersion) {
std::cout << photonlib::PhotonVersion::versionString << std::endl;
std::cout << photon::PhotonVersion::versionString << std::endl;
}

0 comments on commit 029a707

Please sign in to comment.