Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33mind committed Jul 1, 2015
1 parent fc6dc8c commit 44e7560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editor/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
"that deploys games for the web.<br/>"
"It uses Qt4 for the editor and HTML5 for the engine.");
QString copyright = "Copyright &copy; 2012-2015 Carlos Pais";
QString version = "Belle 0.6 alpha";
QString version = "Belle 0.6.1 alpha";

QString fullDesc = QString("<p><b>%1</b></p><p>%2</p><p>%3</p>").arg(version).arg(desc).arg(copyright);

Expand Down
4 changes: 2 additions & 2 deletions editor/belle.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#define WIDTH 640
#define HEIGHT 480
#define GAME_FILENAME "game_data.js"
#define VERSION_STR "0.6a"
#define VERSION 0x000600
#define VERSION_STR "0.6.1a"
#define VERSION 0x000601

class Belle : public QMainWindow
{
Expand Down

0 comments on commit 44e7560

Please sign in to comment.