Skip to content

Commit 13592e4

Browse files
committed
begin 1.5.5.6-dev cycle
1 parent cfa7432 commit 13592e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/chuck_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// 1.5.0.0 (ge) | moved to chuck.h for at-a-glance visibility
5050
// 1.5.2.0 (ge) | moved to chuck_def.h for chugins headers streamlining
5151
//-----------------------------------------------------------------------------
52-
#define CHUCK_VERSION_STRING "1.5.5.5 (chai)"
52+
#define CHUCK_VERSION_STRING "1.5.5.6-dev (chai)"
5353
//-----------------------------------------------------------------------------
5454

5555

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CK_HOST_DIR=host
1616
# where to find RtAudio
1717
RTAUDIO_DIR=RtAudio
1818
# chuck version
19-
CK_VERSION=1.5.5.5
19+
CK_VERSION=1.5.5.6-dev
2020

2121

2222
########################## DEFAULT MAKE TARGET ################################

0 commit comments

Comments
 (0)