Skip to content

Commit 0bb8574

Browse files
authored
Merge pull request #420 from AttorneyOnline/version-bump
Version bump
2 parents e097df0 + 425c17a commit 0bb8574

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

Attorney_Online.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ QT += core gui widgets network
33
TARGET = Attorney_Online
44
TEMPLATE = app
55

6-
VERSION = 2.8.5.0
6+
VERSION = 2.9.0.0
77

88
INCLUDEPATH += $$PWD/include
99
DESTDIR = $$PWD/bin

include/aoapplication.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ class AOApplication : public QApplication {
491491

492492
private:
493493
const int RELEASE = 2;
494-
const int MAJOR_VERSION = 8;
495-
const int MINOR_VERSION = 5;
494+
const int MAJOR_VERSION = 9;
495+
const int MINOR_VERSION = 0;
496496

497497
QString current_theme = "default";
498498

src/lobby.cpp

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,20 +365,23 @@ void Lobby::on_about_clicked()
365365

366366
QString msg =
367367
tr("<h2>Attorney Online %1</h2>"
368-
"The courtroom drama simulator"
368+
"The courtroom drama simulator."
369369
"<p><b>Source code:</b> "
370370
"<a href='https://github.com/AttorneyOnline/AO2-Client'>"
371371
"https://github.com/AttorneyOnline/AO2-Client</a>"
372372
"<p><b>Major development:</b><br>"
373373
"OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter, "
374-
"Crystalwarrior, Iamgoofball"
374+
"Crystalwarrior, Iamgoofball, in1tiate"
375375
"<p><b>Client development:</b><br>"
376-
"Cents02, in1tiate, raidensnake, windrammer"
376+
"Cents02, windrammer, skyedeving"
377377
"<p><b>QA testing:</b><br>"
378378
"CaseyCazy, CedricDewitt, Chewable Tablets, CrazyJC, Fantos, "
379379
"Fury McFlurry, Geck, Gin-Gi, Jamania, Minx, Pandae, "
380380
"Robotic Overlord, Shadowlions (aka Shali), Sierra, SomeGuy, "
381381
"Veritas, Wiso"
382+
"<p><b>Translations:</b><br>"
383+
"k-emiko (Русский), Pyraq (Polski), scatterflower (日本語), vintprox (Русский), "
384+
"windrammer (Español, Português)"
382385
"<p><b>Special thanks:</b><br>"
383386
"CrazyJC (2.8 release director) and MaximumVolty (2.8 release promotion); "
384387
"Remy, Hibiki, court-records.net (sprites); Qubrick (webAO); "
@@ -388,7 +391,7 @@ void Lobby::on_about_clicked()
388391
"server hosts, game masters, case makers, content creators, "
389392
"and the whole AO2 community!"
390393
"<p>The Attorney Online networked visual novel project "
391-
"is copyright (c) 2016-2020 Attorney Online developers. Open-source "
394+
"is copyright (c) 2016-2021 Attorney Online developers. Open-source "
392395
"licenses apply. All other assets are the property of their "
393396
"respective owners."
394397
"<p>Running on Qt version %2 with the BASS audio engine.<br>"

0 commit comments

Comments
 (0)