Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
grimes2 committed Apr 27, 2023
1 parent 494c0ca commit 9877c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foo_preview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ static constexpr const char* component_name = "Preview";

DECLARE_COMPONENT_VERSION(
component_name,
"1.14",
"1.15",
"grimes\n\n"
"Build: " __TIME__ ", " __DATE__
);
Expand All @@ -33,6 +33,7 @@ double pause_preview_time;
double pause_remaining;
double pause_remaining2;
double preview_time2;
double bypass_track_length2;
bool menu_preview_enabled = false;
bool random_enabled;

Expand Down

0 comments on commit 9877c5b

Please sign in to comment.