From dca24f3f0340b58be26375fb0b50f2cbae0bb09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Sat, 6 May 2023 10:14:11 +0200 Subject: [PATCH] Correct comment. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dd644e..804ddd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ project(OpenSuperClone LANGUAGES C ) -# OSCDriver version 2.6.2 +# OSCDriver version 2.6.3 set(OSC_DRIVER_VERSION 2.6.3 CACHE STRING "OSCDriver Version") # Warning: Do not change the following variables unless you know what you are doing