diff --git a/c++/xycontroller/xycontroller.cpp b/c++/xycontroller/xycontroller.cpp index 4b32e2bd..805e3846 100644 --- a/c++/xycontroller/xycontroller.cpp +++ b/c++/xycontroller/xycontroller.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.8.1" +#define VERSION "0.9.2" #include "../jack_utils.hpp" #include "../midi_queue.hpp" @@ -685,7 +685,7 @@ protected slots: QMessageBox::about(this, tr("About XY Controller"), tr("

XY Controller

" "
Version %1" "
XY Controller is a simple XY widget that sends and receives data from Jack MIDI.
" - "
Copyright (C) 2012-2013 falkTX").arg(VERSION)); + "
Copyright (C) 2012-2022 falkTX").arg(VERSION)); } void slot_updateScreen() diff --git a/src/catarina.py b/src/catarina.py index 049e68a7..0fc811b9 100755 --- a/src/catarina.py +++ b/src/catarina.py @@ -1260,7 +1260,7 @@ def slot_aboutCatarina(self): QMessageBox.about(self, self.tr("About Catarina"), self.tr("

Catarina

" "
Version %s" "
Catarina is a testing ground for the 'PatchCanvas' module.
" - "
Copyright (C) 2010-2018 falkTX") % VERSION) + "
Copyright (C) 2010-2022 falkTX") % VERSION) def saveSettings(self): settings = QSettings() diff --git a/src/catia.py b/src/catia.py index 819bb8da..400f9f30 100755 --- a/src/catia.py +++ b/src/catia.py @@ -1318,7 +1318,7 @@ def slot_aboutCatia(self): QMessageBox.about(self, self.tr("About Catia"), self.tr("

Catia

" "
Version %s" "
Catia is a nice JACK Patchbay with A2J Bridge integration.
" - "
Copyright (C) 2010-2018 falkTX" % VERSION)) + "
Copyright (C) 2010-2022 falkTX" % VERSION)) def saveSettings(self): settings = QSettings() diff --git a/src/claudia.py b/src/claudia.py index f468c514..ca4e7633 100755 --- a/src/claudia.py +++ b/src/claudia.py @@ -2656,7 +2656,7 @@ def slot_aboutClaudia(self): QMessageBox.about(self, self.tr("About Claudia"), self.tr("

Claudia

" "
Version %s" "
Claudia is a Graphical User Interface to LADISH.
" - "
Copyright (C) 2010-2018 falkTX" % VERSION)) + "
Copyright (C) 2010-2022 falkTX" % VERSION)) def saveSettings(self): settings = QSettings() diff --git a/src/shared.py b/src/shared.py index d1276cd2..2df4d54e 100644 --- a/src/shared.py +++ b/src/shared.py @@ -85,7 +85,7 @@ def sys_excepthook(typ, value, tback): # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "0.9.0" +VERSION = "0.9.2" # ------------------------------------------------------------------------------------------------------------ # Set Debug mode