Skip to content

Commit

Permalink
Upped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cguebert committed Apr 6, 2016
1 parent b1b9a6a commit 471496b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ bool MainWindow::saveAs()
void MainWindow::about()
{
QMessageBox::about(this, tr("About Panda"),
tr("<h2>Panda 0.4</h2>"
"<p>Copyright &copy; 2015 Christophe Guébert"
tr("<h2>Panda 0.5</h2>"
"<p>Copyright &copy; 2016 Christophe Guébert"
"<p>Panda is a framework for procedural drawing and animation."));
}

Expand Down

0 comments on commit 471496b

Please sign in to comment.