Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Harpo3 committed Sep 15, 2020
1 parent 349c998 commit 422dd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArchSimian.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = archsimian
TEMPLATE = app
VERSION = 1.09
VERSION = 1.10
DEFINES += APP_VERSION=$$VERSION

# The following define makes your compiler emit warnings if you use
Expand Down
2 changes: 1 addition & 1 deletion src/archsimian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ void ArchSimian::on_actionSave_Settings_triggered()

void ArchSimian::on_actionAbout_triggered()
{
QMessageBox::about(this,tr("ArchSimian") ,tr("\nArchSimian v.1.09"
QMessageBox::about(this,tr("ArchSimian") ,tr("\nArchSimian v.1.10"
"\n\nThis program is free software: you can redistribute it and/or modify"
" it under the terms of the GNU General Public License as published by"
" the Free Software Foundation, either version 3 of the License, or"
Expand Down

0 comments on commit 422dd17

Please sign in to comment.