mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Fix PhotoVersion template typo (#446)
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
namespace photonlib {
|
||||
namespace PhotonVersion {
|
||||
const std::string versionString = "dev-v2022.1.4-2-ga22f8af0";
|
||||
const std::string buildDate = "2022-1-20 10:10:04";
|
||||
const std::string versionString = "${version}";
|
||||
const std::string buildDate = "${date}";
|
||||
const bool isRelease = !(versionString.rfind("dev", 0) == 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user