From f47f26d3511f1f040e51e494a257eb530ecdd618 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 6 Jul 2022 15:38:34 +0100 Subject: [PATCH] Next one should be actual 3.0.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ae323c0..964b696 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.0.0-beta4', + version: '3.0.0', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11',