Skip to content

Commit

Permalink
Version / date updates in preparation for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Scavone authored and Gary Scavone committed Nov 16, 2021
1 parent d8f189b commit 5d590e2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

RtAudio: a set of realtime audio i/o C++ classes
Copyright (c) 2001-2019 Gary P. Scavone
Copyright (c) 2001-2021 Gary P. Scavone

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.

By Gary P. Scavone, 2001-2019 (and many other developers!)
By Gary P. Scavone, 2001-2021 (and many other developers!)

This distribution of RtAudio contains the following:

Expand Down
4 changes: 2 additions & 2 deletions RtAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
RtAudio: realtime audio i/o C++ classes
Copyright (c) 2001-2019 Gary P. Scavone
Copyright (c) 2001-2021 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down Expand Up @@ -39,7 +39,7 @@
*/
/************************************************************************/

// RtAudio: Version 5.1.0
// RtAudio: Version 5.2.0

#include "RtAudio.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions RtAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
RtAudio: realtime audio i/o C++ classes
Copyright (c) 2001-2019 Gary P. Scavone
Copyright (c) 2001-2021 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down Expand Up @@ -46,7 +46,7 @@
#ifndef __RTAUDIO_H
#define __RTAUDIO_H

#define RTAUDIO_VERSION "5.1.0"
#define RTAUDIO_VERSION "5.2.0"

#if defined _WIN32 || defined __CYGWIN__
#if defined(RTAUDIO_EXPORT)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(RtAudio, 5.1.0, gary@music.mcgill.ca, rtaudio)
AC_INIT(RtAudio, 5.2.0, gary.scavone@mcgill.ca, rtaudio)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(RtAudio.cpp)
AC_CONFIG_FILES([rtaudio.pc Makefile tests/Makefile doc/Makefile doc/Doxyfile])
Expand All @@ -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_revision], 1)
m4_define([lt_revision], 2)
m4_define([lt_age], 0)

m4_define([lt_version_info], [lt_current:lt_revision:lt_age])
Expand Down
2 changes: 1 addition & 1 deletion install.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RtAudio - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.

By Gary P. Scavone, 2001-2019.
By Gary P. Scavone, 2001-2021.

To configure and compile (on Unix systems and MinGW):

Expand Down

0 comments on commit 5d590e2

Please sign in to comment.