From 8276d1721b574a96a6e9e6ba8efbc7d864b7c3e7 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 27 Dec 2013 14:25:36 -0800 Subject: [PATCH] Modified VERSION name to avoid conflict with gcc 4.8. --- RtAudio.h | 4 ++-- 1 file 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 // 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. /*! -- 2.30.2