Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Plutoberth authored Jun 24, 2022
1 parent 9a7c14f commit 52b132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52b132b

Please sign in to comment.