Skip to content

Commit

Permalink
Target v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 17, 2022
1 parent afc1554 commit a1123d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21)
# Respect CMAKE_MSVC_RUNTIME_LIBRARY
cmake_policy(SET CMP0091 NEW)

project(com.fredemmott.audiodevicelib VERSION 2.1.0 LANGUAGES CXX)
project(com.fredemmott.audiodevicelib VERSION 2.1.1 LANGUAGES CXX)

if(PROJECT_IS_TOP_LEVEL AND MSVC)
# Better error messages
Expand Down

0 comments on commit a1123d7

Please sign in to comment.