Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Mar 22, 2019
1 parent d25eb08 commit fdd266f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "TrayIcon.h"
#include "Str.h"

#define VERSION "0.20.0b-SNAPSHOT"
#define VERSION "0.20.0b"

#ifdef DEBUG
#include "MemoryManager.h"
Expand Down
Binary file modified release/WinDSP.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion release/config_examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"type": "HIGH_PASS",
"subType": "BUTTERWORTH",
"order": 3,
"freq": 80.0
"freq": 80.0,
"qOffset": 0.0
},
"hpCustom": {
"type": "HIGH_PASS",
Expand Down

0 comments on commit fdd266f

Please # to comment.