diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2023-07-21 14:48:00 -0400 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2023-07-21 14:48:00 -0400 |
| commit | 2f17e135967e63f011a04f6e4a09b9b9a758a044 (patch) | |
| tree | 719778698e72ab8770091a4e8998872fda8fd8c1 | |
| parent | 0e11b50a7ba85875d09d60c097092d1d4bd760b2 (diff) | |
Release number fix for meson.
| -rw-r--r-- | meson.build | 2 |
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', |
