summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2019-04-17 18:49:08 -0400
committerGary Scavone <gary@music.mcgill.ca>2019-04-17 18:49:08 -0400
commit896623a4775363c48648fdf3d88e8928040285ee (patch)
treeeecbb0b7abf87b3cf48322afd74590584012bb9e /RtAudio.h
parent5536d3a2d3e64348487039c22c2b8b67b89d7a6f (diff)
Documentation and version updates before release 5.1.0
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/RtAudio.h b/RtAudio.h
index 015b030..17f442b 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -11,7 +11,7 @@
RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
RtAudio: realtime audio i/o C++ classes
- Copyright (c) 2001-2017 Gary P. Scavone
+ Copyright (c) 2001-2019 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
@@ -46,7 +46,7 @@
#ifndef __RTAUDIO_H
#define __RTAUDIO_H
-#define RTAUDIO_VERSION "5.0.0"
+#define RTAUDIO_VERSION "5.1.0"
#if defined _WIN32 || defined __CYGWIN__
#if defined(RTAUDIO_EXPORT)