summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-12-27 14:25:36 -0800
committerGary Scavone <gary@music.mcgill.ca>2013-12-27 14:25:36 -0800
commit8276d1721b574a96a6e9e6ba8efbc7d864b7c3e7 (patch)
treebf4f5d9427306d9c0c4e1d40628357d3116aef4e
parentbc89055478fc79cc7b8b655ee23aed7760281318 (diff)
Modified VERSION name to avoid conflict with gcc 4.8.
-rw-r--r--RtAudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/RtAudio.h b/RtAudio.h
index 21309e7..f640a3f 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -51,7 +51,7 @@
#include <iostream>
// RtAudio version
-static const std::string VERSION( "4.1.0pre" );
+static const std::string RTAUDIO_VERSION( "4.1.0pre" );
/*! \typedef typedef unsigned long RtAudioFormat;
\brief RtAudio data format type.
@@ -375,7 +375,7 @@ class RtAudio
};
//! A static function to determine the current RtAudio version.
- static std::string getVersion( void ) { return VERSION; }
+ static std::string getVersion( void ) { return RTAUDIO_VERSION; }
//! A static function to determine the available compiled audio APIs.
/*!