Skip to content
Snippets Groups Projects
Commit c80ea840 authored by Erwin Ried's avatar Erwin Ried
Browse files

Version bump

parent 6e590d07
No related branches found
Tags v1.0.1
No related merge requests found
......@@ -54,8 +54,6 @@ enum modal_t {
ABORT
};
//#define VERSION_STRING "v1.0.0"; // TODO: Move somewhere else
class NavigationView : public View {
public:
std::function<void(const View&)> on_view_changed { };
......@@ -111,7 +109,7 @@ public:
void set_title(const std::string new_value);
private:
static constexpr auto default_title = "MAYHEM v1.0.0"; // TODO: Move the version somewhere
static constexpr auto default_title = "MAYHEM v1.0.1"; // TODO: Move the version somewhere
NavigationView& nav_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment