Skip to content

Commit

Permalink
roll version string over to v0.48a
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Dec 3, 2024
1 parent e1a0645 commit df76410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/interface/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int getclockmillis()
//identification info about engine
std::string enginestr()
{
return "Libprimis v0.47a";
return "Libprimis v0.48a";
}

std::string enginebuilddate()
Expand Down

0 comments on commit df76410

Please sign in to comment.