Skip to content

Commit

Permalink
Bump to v2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jan 11, 2021
1 parent f90fca3 commit 972f4ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ check_include_file("unistd.h" HAVE_UNISTD_H)
set(cvise_PACKAGE "cvise")
set(cvise_PACKAGE_BUGREPORT "https://github.com/marxin/cvise/issues")
set(cvise_PACKAGE_NAME "cvise")
set(cvise_PACKAGE_STRING "cvise 2.0.0")
set(cvise_PACKAGE_STRING "cvise 2.1.0")
set(cvise_PACKAGE_TARNAME "cvise")
set(cvise_PACKAGE_URL "https://github.com/marxin/cvise/")
set(cvise_PACKAGE_VERSION "2.0.0")
set(cvise_VERSION "2.0.0")
set(cvise_PACKAGE_VERSION "2.1.0")
set(cvise_VERSION "2.1.0")
set(cvise_LLVM_VERSION "${LLVM_PACKAGE_VERSION}")

configure_file("cmake_config.h.in" "${PROJECT_BINARY_DIR}/config.h")
Expand Down

0 comments on commit 972f4ba

Please sign in to comment.