Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 2187c06

Browse files
committed
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
1 parent e8172cd commit 2187c06

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

c++/xycontroller/xycontroller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# define nullptr (0)
2222
#endif
2323

24-
#define VERSION "0.8.1"
24+
#define VERSION "0.9.2"
2525

2626
#include "../jack_utils.hpp"
2727
#include "../midi_queue.hpp"
@@ -685,7 +685,7 @@ protected slots:
685685
QMessageBox::about(this, tr("About XY Controller"), tr("<h3>XY Controller</h3>"
686686
"<br>Version %1"
687687
"<br>XY Controller is a simple XY widget that sends and receives data from Jack MIDI.<br>"
688-
"<br>Copyright (C) 2012-2013 falkTX").arg(VERSION));
688+
"<br>Copyright (C) 2012-2022 falkTX").arg(VERSION));
689689
}
690690

691691
void slot_updateScreen()

src/catarina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def slot_aboutCatarina(self):
12601260
QMessageBox.about(self, self.tr("About Catarina"), self.tr("<h3>Catarina</h3>"
12611261
"<br>Version %s"
12621262
"<br>Catarina is a testing ground for the 'PatchCanvas' module.<br>"
1263-
"<br>Copyright (C) 2010-2018 falkTX") % VERSION)
1263+
"<br>Copyright (C) 2010-2022 falkTX") % VERSION)
12641264

12651265
def saveSettings(self):
12661266
settings = QSettings()

src/catia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def slot_aboutCatia(self):
13181318
QMessageBox.about(self, self.tr("About Catia"), self.tr("<h3>Catia</h3>"
13191319
"<br>Version %s"
13201320
"<br>Catia is a nice JACK Patchbay with A2J Bridge integration.<br>"
1321-
"<br>Copyright (C) 2010-2018 falkTX" % VERSION))
1321+
"<br>Copyright (C) 2010-2022 falkTX" % VERSION))
13221322

13231323
def saveSettings(self):
13241324
settings = QSettings()

src/claudia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ def slot_aboutClaudia(self):
26562656
QMessageBox.about(self, self.tr("About Claudia"), self.tr("<h3>Claudia</h3>"
26572657
"<br>Version %s"
26582658
"<br>Claudia is a Graphical User Interface to LADISH.<br>"
2659-
"<br>Copyright (C) 2010-2018 falkTX" % VERSION))
2659+
"<br>Copyright (C) 2010-2022 falkTX" % VERSION))
26602660

26612661
def saveSettings(self):
26622662
settings = QSettings()

src/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def sys_excepthook(typ, value, tback):
8585
# ------------------------------------------------------------------------------------------------------------
8686
# Set Version
8787

88-
VERSION = "0.9.0"
88+
VERSION = "0.9.2"
8989

9090
# ------------------------------------------------------------------------------------------------------------
9191
# Set Debug mode

0 commit comments

Comments
 (0)