Skip to content

Commit

Permalink
[cmake] Change version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 7, 2020
1 parent 2232c02 commit 6cd0bfd
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 @@ -30,7 +30,7 @@ endif()

# ############
# Define Project
project(itertools VERSION 2.2.0 LANGUAGES C CXX)
project(itertools VERSION 1.0.0 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

# Get the git hash & print status
Expand Down

0 comments on commit 6cd0bfd

Please sign in to comment.