From 62d1ad3828ddd0bae451518df2424f709c88a643 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 27 Mar 2013 12:35:27 +0000 Subject: [PATCH] Update version, fixes #33 This doesn't mean everything is ready for v1.0 release, just that it's coming soon --- c++/jackmeter/jackmeter.cpp | 2 +- c++/xycontroller/xycontroller.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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()