-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 6.0.1 with soversion bump to 7.
- Loading branch information
1 parent
2f17e13
commit b4f0490
Showing
6 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT(RtAudio, 6.0.0, [email protected], rtaudio) | ||
AC_INIT(RtAudio, 6.0.1, [email protected], rtaudio) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_SRCDIR(RtAudio.cpp) | ||
AC_CONFIG_FILES([rtaudio.pc Makefile tests/Makefile doc/Makefile doc/Doxyfile]) | ||
|
@@ -19,7 +19,7 @@ AM_INIT_AUTOMAKE([1.14 -Wall -Werror foreign subdir-objects]) | |
# | ||
# If any interfaces have been removed since the last public release, then set | ||
# age to 0. | ||
m4_define([lt_current], 6) | ||
m4_define([lt_current], 7) | ||
m4_define([lt_revision], 0) | ||
m4_define([lt_age], 0) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
project('RtAudio', 'cpp', | ||
version: '6.0.0', | ||
version: '6.0.1', | ||
|
||
default_options: ['warning_level=3', | ||
'c_std=c99', | ||
|