From 2f17e135967e63f011a04f6e4a09b9b9a758a044 Mon Sep 17 00:00:00 2001 From: garyscavone Date: Fri, 21 Jul 2023 14:48:00 -0400 Subject: [PATCH] Release number fix for meson. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cd097087..cb31f13d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('RtAudio', 'cpp', - version: '6.0.0beta1', + version: '6.0.0', default_options: ['warning_level=3', 'c_std=c99',