Skip to content

Commit

Permalink
Bump to 2.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Apr 28, 2023
1 parent 6b558fe commit 7aaa251
Show file tree
Hide file tree
Showing 2 changed files with 4 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.7.0")
set(cvise_PACKAGE_STRING "cvise 2.8.0")
set(cvise_PACKAGE_TARNAME "cvise")
set(cvise_PACKAGE_URL "https://github.com/marxin/cvise/")
set(cvise_PACKAGE_VERSION "2.7.0")
set(cvise_VERSION "2.7.0")
set(cvise_PACKAGE_VERSION "2.8.0")
set(cvise_VERSION "2.8.0")
set(cvise_LLVM_VERSION "${LLVM_PACKAGE_VERSION}")

configure_file("cmake_config.h.in" "${PROJECT_BINARY_DIR}/config.h")
Expand Down
1 change: 1 addition & 0 deletions cvise/utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from multiprocessing import Manager
import os
import os.path
from pathlib import Path
import platform
import shutil
import subprocess
Expand Down

0 comments on commit 7aaa251

Please sign in to comment.