From bbed05108c0132807953be49a7755b6c2a9f8196 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 27 Mar 2023 08:35:16 +0100 Subject: [PATCH] This branch will be 3.1.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a624141..ed6cc21 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.1.2', + version: '3.1.3', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11',