Skip to content

Commit

Permalink
fix(CMakeLists): error in version
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Feb 22, 2023
1 parent ea62a96 commit d3607e1
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 @@ -6,7 +6,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deploymen
# 10.9 is earliest version supporting c++11

# project declaration
project( "Nodable" VERSION "0.11" )
project( "Nodable" VERSION "0.9" )

# options/variables
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/)
Expand Down

0 comments on commit d3607e1

Please sign in to comment.