This commit is contained in:
jLynx
2022-04-02 22:02:05 +13:00
parent 03057546e1
commit 9200db24be
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ if ("$ENV{EnvironmentVariableName}" STREQUAL "")
if (GIT_VERSION_FOUND) if (GIT_VERSION_FOUND)
set(VERSION "unknown") set(VERSION "unknown")
else (GIT_VERSION_FOUND) else (GIT_VERSION_FOUND)
set(VERSION "local-${GIT_VERSION}") set(VERSION "git-${GIT_VERSION}")
endif (GIT_VERSION_FOUND) endif (GIT_VERSION_FOUND)
endif() endif()

View File

@@ -190,7 +190,7 @@ namespace ui
void on_speaker(); void on_speaker();
void on_stealth(); void on_stealth();
void on_bias_tee(); void on_bias_tee();
//void on_textentry(); // void on_textentry();
void on_camera(); void on_camera();
void on_title(); void on_title();
void refresh(); void refresh();
@@ -212,7 +212,7 @@ namespace ui
void refresh(); void refresh();
private: private:
// static constexpr auto version_string = "v1.4.4"; // static constexpr auto version_string = "v1.4.4"; // This is commented out as we are now setting the version via ENV (VERSION_STRING=v1.0.0)
NavigationView &nav_; NavigationView &nav_;
Rectangle backdrop{ Rectangle backdrop{