Skip to content

Commit f4ee763

Browse files
Revert CMake version since it was not updated past 1.1.0
1 parent 5dcdc1b commit f4ee763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else()
99
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
1010
endif()
1111

12-
project(Zoom VERSION 1.1.0)
12+
project(Zoom VERSION 1.0.0)
1313

1414
add_library(${PROJECT_NAME} SHARED
1515
src/main.cpp

0 commit comments

Comments
 (0)