Skip to content

Commit

Permalink
begin 1.5.2.3-dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Mar 19, 2024
1 parent 1d95cab commit 0202493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/chuck_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// 1.5.0.0 (ge) | moved to chuck.h for at-a-glance visibility
// 1.5.2.0 (ge) | moved to chuck_def.h for chugins headers streamlining
//-----------------------------------------------------------------------------
#define CHUCK_VERSION_STRING "1.5.2.2 (chai)"
#define CHUCK_VERSION_STRING "1.5.2.3-dev (chai)"
//-----------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CK_HOST_DIR=host
# where to find RtAudio
RTAUDIO_DIR=RtAudio
# chuck version
CK_VERSION=1.5.2.2
CK_VERSION=1.5.2.3-dev


########################## DEFAULT MAKE TARGET ################################
Expand Down

0 comments on commit 0202493

Please sign in to comment.