Skip to content

Commit

Permalink
update ver string
Browse files Browse the repository at this point in the history
  • Loading branch information
scatterflower committed Apr 3, 2021
1 parent 5e79cf3 commit 737f2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char* argv[])
{
QCoreApplication app(argc, argv);
QCoreApplication::setApplicationName("akashi");
QCoreApplication::setApplicationVersion("apricot r2 prerelease");
QCoreApplication::setApplicationVersion("apricot r2");
std::atexit(cleanup);

ConfigManager config_manager;
Expand Down

0 comments on commit 737f2f1

Please sign in to comment.