From 52b132ba701c9a26ba4ee4a5fb052d8c7a128866 Mon Sep 17 00:00:00 2001 From: Nir Date: Fri, 24 Jun 2022 18:36:05 +0300 Subject: [PATCH] Update CMakeLists.txt --- Client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/CMakeLists.txt b/Client/CMakeLists.txt index f153b14..ae6c029 100644 --- a/Client/CMakeLists.txt +++ b/Client/CMakeLists.txt @@ -7,7 +7,7 @@ find_package(Threads REQUIRED) add_executable(SonyHeadphonesClient) -add_definitions(-D__HEADPHONES_APP_VERSION__="1.3.0") +add_definitions(-D__HEADPHONES_APP_VERSION__="1.3.1") target_sources(SonyHeadphonesClient PRIVATE BluetoothWrapper.cpp