diff --git a/c++/jackmeter/jackmeter.cpp b/c++/jackmeter/jackmeter.cpp index b2c1c6a..b492a57 100644 --- a/c++/jackmeter/jackmeter.cpp +++ b/c++/jackmeter/jackmeter.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.5.0" +#define VERSION "1.0" #include "../jack_utils.hpp" #include "../widgets/digitalpeakmeter.hpp" diff --git a/c++/xycontroller/xycontroller.cpp b/c++/xycontroller/xycontroller.cpp index e30f46f..b9a9cbe 100644 --- a/c++/xycontroller/xycontroller.cpp +++ b/c++/xycontroller/xycontroller.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.5.0" +#define VERSION "1.0" #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 falkTX").arg(VERSION)); + "
Copyright (C) 2012-2013 falkTX").arg(VERSION)); } void slot_updateScreen()