From 7bb916e71e7dd1b34b04721e41b6cfb1b3f81d15 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 1 Jul 2022 13:53:51 +0100 Subject: [PATCH] Beta3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 964b696..38e7b1d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.0.0', + version: '3.0.0-beta3', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11',