Skip to content

Commit

Permalink
fixed version number info
Browse files Browse the repository at this point in the history
  • Loading branch information
Harpo3 committed Jul 12, 2020
1 parent 46aee45 commit 5adcb61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = v.1.03
VERSION = 1.03
DEFINES += APP_VERSION=$$VERSION

# The following define makes your compiler emit warnings if you use
Expand Down
2 changes: 1 addition & 1 deletion ArchSimian.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.12.4, 2020-07-11T17:08:06. -->
<!-- Written by QtCreator 4.12.4, 2020-07-12T16:31:34. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
2 changes: 1 addition & 1 deletion src/archsimian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ void ArchSimian::on_actionSave_Settings_triggered()

void ArchSimian::on_actionAbout_triggered()
{
QMessageBox::about(this,tr("ArchSimian") ,tr("\nArchSimian v.1.01"
QMessageBox::about(this,tr("ArchSimian") ,tr("\nArchSimian v.1.03"
"\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 5adcb61

Please sign in to comment.