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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jun 18, 2022
1 parent e8172cd commit 2187c06
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions c++/xycontroller/xycontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -685,7 +685,7 @@ protected slots:
QMessageBox::about(this, tr("About XY Controller"), tr("<h3>XY Controller</h3>"
"<br>Version %1"
"<br>XY Controller is a simple XY widget that sends and receives data from Jack MIDI.<br>"
"<br>Copyright (C) 2012-2013 falkTX").arg(VERSION));
"<br>Copyright (C) 2012-2022 falkTX").arg(VERSION));
}

void slot_updateScreen()
Expand Down
2 changes: 1 addition & 1 deletion src/catarina.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def slot_aboutCatarina(self):
QMessageBox.about(self, self.tr("About Catarina"), self.tr("<h3>Catarina</h3>"
"<br>Version %s"
"<br>Catarina is a testing ground for the 'PatchCanvas' module.<br>"
"<br>Copyright (C) 2010-2018 falkTX") % VERSION)
"<br>Copyright (C) 2010-2022 falkTX") % VERSION)

def saveSettings(self):
settings = QSettings()
Expand Down
2 changes: 1 addition & 1 deletion src/catia.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ def slot_aboutCatia(self):
QMessageBox.about(self, self.tr("About Catia"), self.tr("<h3>Catia</h3>"
"<br>Version %s"
"<br>Catia is a nice JACK Patchbay with A2J Bridge integration.<br>"
"<br>Copyright (C) 2010-2018 falkTX" % VERSION))
"<br>Copyright (C) 2010-2022 falkTX" % VERSION))

def saveSettings(self):
settings = QSettings()
Expand Down
2 changes: 1 addition & 1 deletion src/claudia.py
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@ def slot_aboutClaudia(self):
QMessageBox.about(self, self.tr("About Claudia"), self.tr("<h3>Claudia</h3>"
"<br>Version %s"
"<br>Claudia is a Graphical User Interface to LADISH.<br>"
"<br>Copyright (C) 2010-2018 falkTX" % VERSION))
"<br>Copyright (C) 2010-2022 falkTX" % VERSION))

def saveSettings(self):
settings = QSettings()
Expand Down
2 changes: 1 addition & 1 deletion src/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def sys_excepthook(typ, value, tback):
# ------------------------------------------------------------------------------------------------------------
# Set Version

VERSION = "0.9.0"
VERSION = "0.9.2"

# ------------------------------------------------------------------------------------------------------------
# Set Debug mode
Expand Down

0 comments on commit 2187c06

Please sign in to comment.