From c63d71c1c7082f8c865bd29540368518d5a71960 Mon Sep 17 00:00:00 2001 From: Ge Wang Date: Tue, 23 Jul 2024 13:43:26 -0700 Subject: [PATCH] update to version 1.5.2.5 --- 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 d09355c65..8cb6f318d 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.2.5-dev (chai)" +#define CHUCK_VERSION_STRING "1.5.2.5 (chai)" //----------------------------------------------------------------------------- diff --git a/src/makefile b/src/makefile index 5c1c4ff51..c863dc01e 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.2.5-dev +CK_VERSION=1.5.2.5 ########################## DEFAULT MAKE TARGET ################################