From 71a0c48970f5c0819ff50396da455792c7046f33 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 8 Mar 2016 16:02:25 +0100 Subject: [PATCH] Cleanup --- source/backend/CarlaUtils.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/backend/CarlaUtils.cpp b/source/backend/CarlaUtils.cpp index b69fec85d..7778b56f8 100644 --- a/source/backend/CarlaUtils.cpp +++ b/source/backend/CarlaUtils.cpp @@ -544,9 +544,6 @@ const char* carla_get_complete_license_text() // misc libs "
  • base64 utilities based on code by Ren\u00E9 Nyffenegger
  • " -#ifdef CARLA_OS_MAC - "
  • sem_timedwait for Mac OS by Keith Shortridge
  • " -#endif "
  • liblo library for OSC support
  • " "
  • rtmempool library by Nedko Arnaudov" "
  • serd, sord, sratom and lilv libraries for LV2 discovery
  • " @@ -595,7 +592,7 @@ const char* carla_get_juce_version() if (const char* const version = juce::SystemStats::getJUCEVersion().toRawUTF8()) retVersion = version+6; else - retVersion = "3.0"; + retVersion = "4.0"; } return retVersion;