diff --git a/.travis/install.sh b/.travis/install.sh index c7b87221d..532c2752f 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -32,7 +32,7 @@ if [ "${TARGET}" = "linux" ]; then elif [ "${TARGET}" = "linux-strict" ]; then sudo apt-get install -y \ - g++-8 \ + gcc-8 \ pkg-config \ pyqt5-dev-tools \ python3-pyqt5.qtsvg \ diff --git a/source/utils/CarlaOscUtils.hpp b/source/utils/CarlaOscUtils.hpp index 6bb46567d..0280270b3 100644 --- a/source/utils/CarlaOscUtils.hpp +++ b/source/utils/CarlaOscUtils.hpp @@ -1,6 +1,6 @@ /* * Carla OSC utils - * Copyright (C) 2012-2014 Filipe Coelho + * Copyright (C) 2012-2019 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as