Skip to content

Commit 516e908

Browse files
committed
Set version to 0.47.0
1 parent 4d65c20 commit 516e908

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

trunk/src/gx_head/engine/gx_jack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ bool GxJack::gx_jack_init(bool startserver, int wait_after_connect, const gx_sys
471471

472472
// create buffer to bypass the insert ports
473473
insert_buffer = new float[jack_bs];
474-
474+
if (IS_RT) IS_RT = jack_is_realtime(client) ? true : false;
475475
gx_jack_callbacks();
476476
client_change(); // might load port connection definitions
477477
if (opt.get_jack_uuid().empty() && !opt.get_jack_noconnect()) {

trunk/wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ srcdir = '.'
1717
blddir = 'build'
1818

1919
# used by waf dist and waf build
20-
VERSION='0.46.1-git'
20+
VERSION='0.47.0'
2121
APPNAME='guitarix'
2222

2323
Options.OptionsContext.gxload = \

0 commit comments

Comments
 (0)