From: Gary Scavone Date: Fri, 27 Dec 2013 22:25:36 +0000 (-0800) Subject: Modified VERSION name to avoid conflict with gcc 4.8. X-Git-Tag: 4.1.0~15 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8276d1721b574a96a6e9e6ba8efbc7d864b7c3e7;p=rtaudio.git Modified VERSION name to avoid conflict with gcc 4.8. --- 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. /*!