From 8ea6e21b8602fb7028e835c9338c222e7d271b0a Mon Sep 17 00:00:00 2001 From: Ge Wang Date: Mon, 4 Nov 2024 01:33:49 -0800 Subject: [PATCH] begin 1.5.4.2-dev cycle --- src/core/chuck_def.h | 2 +- src/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/chuck_def.h b/src/core/chuck_def.h index 234539795..57106b9eb 100644 --- a/src/core/chuck_def.h +++ b/src/core/chuck_def.h @@ -49,7 +49,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.4.1 (chai)" +#define CHUCK_VERSION_STRING "1.5.4.2-dev (chai)" //----------------------------------------------------------------------------- diff --git a/src/makefile b/src/makefile index 5a032e8d1..d7d648469 100644 --- a/src/makefile +++ b/src/makefile @@ -16,7 +16,7 @@ CK_HOST_DIR=host # where to find RtAudio RTAUDIO_DIR=RtAudio # chuck version -CK_VERSION=1.5.4.1 +CK_VERSION=1.5.4.2-dev ########################## DEFAULT MAKE TARGET ################################