diff --git a/VERSION b/VERSION index fe04e7f67..236c7ad08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.20 +0.0.21 diff --git a/qucs/dialogs/aboutdialog.cpp b/qucs/dialogs/aboutdialog.cpp index 3424f4c23..7703b5933 100644 --- a/qucs/dialogs/aboutdialog.cpp +++ b/qucs/dialogs/aboutdialog.cpp @@ -51,6 +51,12 @@ AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent) { + qucs_sDevs = {{ + "Vadim Kuznetsov - " + tr("project maintainer, simuator interface and GUI design"), + "Mike Brinson - " + tr("component models, documentation"), + "Tom Russo - " + tr("Xyce integration"), + "Maria Dubinina - " + tr("testing, general bugfixes") + }}; currAuths = {{ "Guilherme Brondani Torri - " + tr("GUI programmer, Verilog-A dynamic loader"), "Mike Brinson - " + tr("testing, modelling and documentation, tutorial contributor"), @@ -217,7 +223,14 @@ void AboutDialog::currentChangedSlot(int index) { void AboutDialog::setAuthorsText() { QString authorsText; - authorsText = tr("Current Qucs Team:") + "