Browse Source

Update version, fixes #33

This doesn't mean everything is ready for v1.0 release,
just that it's coming soon
tags/v0.9.0
falkTX 12 years ago
parent
commit
62d1ad3828
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      c++/jackmeter/jackmeter.cpp
  2. +2
    -2
      c++/xycontroller/xycontroller.cpp

+ 1
- 1
c++/jackmeter/jackmeter.cpp View File

@@ -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"


+ 2
- 2
c++/xycontroller/xycontroller.cpp View File

@@ -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("<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 falkTX").arg(VERSION));
"<br>Copyright (C) 2012-2013 falkTX").arg(VERSION));
}

void slot_updateScreen()


Loading…
Cancel
Save