mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Don't mess with version numbers in breaky
This commit is contained in:
parent
780820f5cd
commit
047515dfb0
@ -62,7 +62,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
logtime.start();
|
||||
ui->setupUi(this);
|
||||
this->setWindowTitle(tr("SleepyHead")+QString(" v%1.%2.%3 (%4)").arg(major_version).arg(minor_version).arg(revision_number).arg(PREF["Profile"].toString()));
|
||||
this->setWindowTitle(tr("SleepyHead")+QString(" v%1.%2.%3 BREAKY (%4)").arg(major_version).arg(minor_version).arg(revision_number).arg(PREF["Profile"].toString()));
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
//move(0,0);
|
||||
overview=NULL;
|
||||
|
@ -20,8 +20,8 @@
|
||||
#include "preferencesdialog.h"
|
||||
|
||||
const int major_version=0;
|
||||
const int minor_version=9;
|
||||
const int revision_number=0;
|
||||
const int minor_version=8;
|
||||
const int revision_number=7;
|
||||
|
||||
extern Profile * profile;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user