Browse Source

Set version as 0.8.1

tags/v0.9.0
falkTX 11 years ago
parent
commit
c5ca49c358
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      c++/jackmeter/jackmeter.cpp
  2. +1
    -1
      c++/xycontroller/xycontroller.cpp
  3. +1
    -1
      src/shared.py

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

@@ -21,7 +21,7 @@
# define nullptr (0)
#endif

#define VERSION "0.8"
#define VERSION "0.8.1"

#include "../jack_utils.hpp"
#include "../widgets/digitalpeakmeter.hpp"


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

@@ -21,7 +21,7 @@
# define nullptr (0)
#endif

#define VERSION "0.8"
#define VERSION "0.8.1"

#include "../jack_utils.hpp"
#include "../midi_queue.hpp"


+ 1
- 1
src/shared.py View File

@@ -70,7 +70,7 @@ except:
# ------------------------------------------------------------------------------------------------------------
# Set Version

VERSION = "0.8"
VERSION = "0.8.1"

# ------------------------------------------------------------------------------------------------------------
# Set Debug mode


Loading…
Cancel
Save