Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtythreeforty committed Jan 3, 2015
1 parent 530f4a2 commit e2a029b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.cpp
Expand Up @@ -16,7 +16,7 @@ MainWindow::MainWindow(const QCommandLineParser& parser, QWidget* parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
picDriver(new QtPicDriver(parser.values("piclist"))),
checker("thirtythreeforty", "bullycpp", "v0.3")
checker("thirtythreeforty", "bullycpp", "v0.4")
{
ui->setupUi(this);

Expand Down Expand Up @@ -192,7 +192,7 @@ void MainWindow::showAbout()
QMessageBox aboutBox(QMessageBox::NoIcon,
QStringLiteral("About BullyCPP"),
"<p align='center'>"
"<h2>BullyCPP v0.3</h2><br>"
"<h2>BullyCPP v0.4</h2><br>"
"Copyright &#0169; 2014 George Hilliard (\"thirtythreeforty\")"
"<p align='center'>"
"See <a href='https://www.github.com/thirtythreeforty/bullycpp'>www.github.com/thirtythreeforty/bullycpp</a> "
Expand Down

0 comments on commit e2a029b

Please sign in to comment.