summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaryscavone <garyscavone@users.noreply.github.com>2023-07-21 14:48:00 -0400
committergaryscavone <garyscavone@users.noreply.github.com>2023-07-21 14:48:00 -0400
commit2f17e135967e63f011a04f6e4a09b9b9a758a044 (patch)
tree719778698e72ab8770091a4e8998872fda8fd8c1
parent0e11b50a7ba85875d09d60c097092d1d4bd760b2 (diff)
Release number fix for meson.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cd09708..cb31f13 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',