From 26740c22f2b2d4d4bdef6a3834273265f547823c Mon Sep 17 00:00:00 2001 From: essej Date: Tue, 26 Apr 2022 17:59:51 -0400 Subject: [PATCH] update version number --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47ad08b..d4f6b02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,9 +36,9 @@ endif() # `project()` command. `project()` sets up some helpful variables that describe source/binary # directories, and the current project version. This is a standard CMake command. -project(PaulXStretch VERSION 1.5.3) +project(PaulXStretch VERSION 1.5.4) -set(BUILDVERSION 110) +set(BUILDVERSION 111) # If you've installed JUCE somehow (via a package manager, or directly using the CMake install