summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
committerGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
commit2662111a39b8eba2e4cda3fa4f504b90ace551dd (patch)
tree798716baf6c7c3424dc7cb01988edc97f8ff6d8d /RtAudio.h
parent1b3e2e0b8eaca2f8719883b9636dc33144c7c6d2 (diff)
Version and documentation updates in advance of new release.
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 21c16a3..a9fa650 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -10,7 +10,7 @@
RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
RtAudio: realtime audio i/o C++ classes
- Copyright (c) 2001-2016 Gary P. Scavone
+ Copyright (c) 2001-2017 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
@@ -45,7 +45,7 @@
#ifndef __RTAUDIO_H
#define __RTAUDIO_H
-#define RTAUDIO_VERSION "4.1.2"
+#define RTAUDIO_VERSION "5.0.0"
#include <string>
#include <vector>