From 86a0fb95d5edeb5494f76276eb482af1504e5124 Mon Sep 17 00:00:00 2001 From: Ge Wang Date: Tue, 1 Oct 2024 01:04:09 -0700 Subject: [PATCH] begin chuck-1.5.3.1-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 035341c9b..291ebcf7e 100644 --- a/src/core/chuck_def.h +++ b/src/core/chuck_def.h @@ -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.3.0 (chai)" +#define CHUCK_VERSION_STRING "1.5.3.1-dev (chai)" //----------------------------------------------------------------------------- diff --git a/src/makefile b/src/makefile index 99425c24c..a1062ad6d 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.3.0 +CK_VERSION=1.5.3.1-dev ########################## DEFAULT MAKE TARGET ################################